#AF206C

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

Shades of Jazzberry Jam #AF206C

Tints of Jazzberry Jam #AF206C

Color information

#AF206C (or 0xAF206C) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 20 and 6C. RGB value is (175,32,108). Sum of RGB (Red+Green+Blue) = 175+32+108=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF206C is #50DF93. Grayscale: #535353. Windows color (decimal): -5300116 or 7086255. OLE color: 7086255.

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

Color convert

RGB17532108-
CMYK00.820.380.31
HSL328.11º69.08%40.59%-
HSV(B)328.11º81.71%68.63%-
XYZ20.911.2315.25-
YUV83.42141.88193.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 32 (12.89% from 255) = 10.16%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=55.56%
G=10.16%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753210800.820.380.31328.1169.0840.59
HexAF206C052261F1484529
Octal257401540122463751010551
Binary10101111100000110110001010010100110111111010010001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF206C; }

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

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

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

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

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

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

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

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