#AF2069

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

Shades of Jazzberry Jam #AF2069

Tints of Jazzberry Jam #AF2069

Color information

#AF2069 (or 0xAF2069) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 20 and 69. RGB value is (175,32,105). Sum of RGB (Red+Green+Blue) = 175+32+105=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2069 is #50DF96. Grayscale: #525252. Windows color (decimal): -5300119 or 6889647. OLE color: 6889647.

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

Color convert

RGB17532105-
CMYK00.820.400.31
HSL329.37º69.08%40.59%-
HSV(B)329.37º81.71%68.63%-
XYZ20.7511.1714.43-
YUV83.08140.38193.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.09%
GREEN value IS 32 (12.89% from 255) = 10.26%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=56.09%
G=10.26%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753210500.820.400.31329.3769.0840.59
HexAF2069052281F1494529
Octal257401510122503751110551
Binary10101111100000110100101010010101000111111010010011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2069; }

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

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

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

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

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

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

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

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