#AF0661

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

Shades of Jazzberry Jam #AF0661

Tints of Jazzberry Jam #AF0661

Color information

#AF0661 (or 0xAF0661) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 06 and 61. RGB value is (175,6,97). Sum of RGB (Red+Green+Blue) = 175+6+97=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0661 is #50F99E. Grayscale: #424242. Windows color (decimal): -5306783 or 6358703. OLE color: 6358703.

HSL color Cylindrical-coordinate representation of color #AF0661: hue angle of 327.69º 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 #AF0661 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB175697-
CMYK00.970.450.31
HSL327.69º93.37%35.49%-
HSV(B)327.69º96.57%68.63%-
XYZ19.910.1112.21-
YUV66.9144.99205.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.95%
GREEN value IS 6 (2.73% from 255) = 2.16%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=62.95%
G=2.16%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17569700.970.450.31327.6993.3735.49
HexAF6610612D1F1485d23
Octal25761410141553751013543
Binary10101111110110000101100001101101111111010010001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0661; }

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

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

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

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

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

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

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

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