#AF206A

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

Shades of Jazzberry Jam #AF206A

Tints of Jazzberry Jam #AF206A

Color information

#AF206A (or 0xAF206A) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 20 and 6A. RGB value is (175,32,106). Sum of RGB (Red+Green+Blue) = 175+32+106=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF206A is #50DF95. Grayscale: #535353. Windows color (decimal): -5300118 or 6955183. OLE color: 6955183.

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

Color convert

RGB17532106-
CMYK00.820.390.31
HSL328.95º69.08%40.59%-
HSV(B)328.95º81.71%68.63%-
XYZ20.811.1914.7-
YUV83.19140.88193.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.91%
GREEN value IS 32 (12.89% from 255) = 10.22%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=55.91%
G=10.22%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753210600.820.390.31328.9569.0840.59
HexAF206A052271F1494529
Octal257401520122473751110551
Binary10101111100000110101001010010100111111111010010011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF206A; }

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

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

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

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

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

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

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

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