#af225f

Color #AF225F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AF225F

Tints of Jazzberry Jam #AF225F

Color information

#AF225F (or 0xAF225F) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 22 and 5F. RGB value is (175,34,95). Sum of RGB (Red+Green+Blue) = 175+34+95=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF225F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF225F is #50DDA0. Grayscale: #535353. Windows color (decimal): -5299617 or 6234799. OLE color: 6234799.

HSL color Cylindrical-coordinate representation of color #AF225F: hue angle of 334.04º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF225F is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1753495-
CMYK00.810.460.31
HSL334.04º67.46%40.98%-
HSV(B)334.04º80.57%68.63%-
XYZ20.3211.0811.9-
YUV83.11134.71193.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 57.57%
GREEN value IS 34 (13.67% from 255) = 11.18%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=57.57%
G=11.18%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175349500.810.460.31334.0467.4640.98
HexAF225F0512E1F14e4329
Octal257421370121563751610351
Binary10101111100010101111101010001101110111111010011101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af225f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af225f; }

 p { color: rgb(175,34,95); }

 H1.HeaderClassName
 {
   color: #af225f;
 }
 .AnyTagClassName
 {
   color: #af225f;
 }
</style>
background-color css

<style>
 a { background-color: #af225f; }

 a { background-color: rgb(175,34,95); }

 div.DivClassName
 {
   background-color: #af225f;
 }
 .BgClassName
 {
   background-color: #af225f;
 }
</style>
border-color css

<style>
 span { border-color: #af225f; }

 span { border-color: rgb(175,34,95); }

 td.TdClassName
 {
   border-color: #af225f;
 }
 .TagClassName
 {
   border-color: #af225f;
 }
</style>