#AF2066

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

Shades of Jazzberry Jam #AF2066

Tints of Jazzberry Jam #AF2066

Color information

#AF2066 (or 0xAF2066) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 20 and 66. RGB value is (175,32,102). Sum of RGB (Red+Green+Blue) = 175+32+102=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2066 is #50DF99. Grayscale: #525252. Windows color (decimal): -5300122 or 6693039. OLE color: 6693039.

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

Color convert

RGB17532102-
CMYK00.820.420.31
HSL330.63º69.08%40.59%-
HSV(B)330.63º81.71%68.63%-
XYZ20.5911.1113.63-
YUV82.74138.88193.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 32 (12.89% from 255) = 10.36%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=56.63%
G=10.36%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753210200.820.420.31330.6369.0840.59
HexAF20660522A1F14b4529
Octal257401460122523751310551
Binary10101111100000110011001010010101010111111010010111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2066; }

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

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

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

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

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

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

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

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