#AF2062

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

Shades of Jazzberry Jam #AF2062

Tints of Jazzberry Jam #AF2062

Color information

#AF2062 (or 0xAF2062) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 20 and 62. RGB value is (175,32,98). Sum of RGB (Red+Green+Blue) = 175+32+98=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2062 is #50DF9D. Grayscale: #525252. Windows color (decimal): -5300126 or 6430895. OLE color: 6430895.

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

Color convert

RGB1753298-
CMYK00.820.440.31
HSL332.31º69.08%40.59%-
HSV(B)332.31º81.71%68.63%-
XYZ20.411.0312.61-
YUV82.28136.88194.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.38%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=57.38%
G=10.49%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175329800.820.440.31332.3169.0840.59
HexAF20620522C1F14c4529
Octal257401420122543751410551
Binary10101111100000110001001010010101100111111010011001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2062; }

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

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

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

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

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

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

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

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