#AF0766

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

Shades of Jazzberry Jam #AF0766

Tints of Jazzberry Jam #AF0766

Color information

#AF0766 (or 0xAF0766) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 07 and 66. RGB value is (175,7,102). Sum of RGB (Red+Green+Blue) = 175+7+102=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0766 is #50F899. Grayscale: #434343. Windows color (decimal): -5306522 or 6686639. OLE color: 6686639.

HSL color Cylindrical-coordinate representation of color #AF0766: hue angle of 326.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0766 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB1757102-
CMYK00.960.420.31
HSL326.07º92.31%35.69%-
HSV(B)326.07º96%68.63%-
XYZ20.1510.2313.48-
YUV68.06147.16204.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.62%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=61.62%
G=2.46%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175710200.960.420.31326.0792.3135.69
HexAF7660602A1F1465c24
Octal25771460140523750613444
Binary10101111111110011001100000101010111111010001101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0766; }

 p { color: rgb(175,7,102); }

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

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

 a { background-color: rgb(175,7,102); }

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

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

 span { border-color: rgb(175,7,102); }

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