#AF0662

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

Shades of Jazzberry Jam #AF0662

Tints of Jazzberry Jam #AF0662

Color information

#AF0662 (or 0xAF0662) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 06 and 62. RGB value is (175,6,98). Sum of RGB (Red+Green+Blue) = 175+6+98=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0662 is #50F99D. Grayscale: #424242. Windows color (decimal): -5306782 or 6424239. OLE color: 6424239.

HSL color Cylindrical-coordinate representation of color #AF0662: hue angle of 327.34º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0662 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB175698-
CMYK00.970.440.31
HSL327.34º93.37%35.49%-
HSV(B)327.34º96.57%68.63%-
XYZ19.9510.1312.46-
YUV67.02145.49205.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.72%
GREEN value IS 6 (2.73% from 255) = 2.15%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=62.72%
G=2.15%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17569800.970.440.31327.3493.3735.49
HexAF6620612C1F1475d23
Octal25761420141543750713543
Binary10101111110110001001100001101100111111010001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0662; }

 p { color: rgb(175,6,98); }

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

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

 a { background-color: rgb(175,6,98); }

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

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

 span { border-color: rgb(175,6,98); }

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