#AF2064

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

Shades of Jazzberry Jam #AF2064

Tints of Jazzberry Jam #AF2064

Color information

#AF2064 (or 0xAF2064) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 20 and 64. RGB value is (175,32,100). Sum of RGB (Red+Green+Blue) = 175+32+100=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2064 is #50DF9B. Grayscale: #525252. Windows color (decimal): -5300124 or 6561967. OLE color: 6561967.

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

Color convert

RGB17532100-
CMYK00.820.430.31
HSL331.47º69.08%40.59%-
HSV(B)331.47º81.71%68.63%-
XYZ20.511.0713.11-
YUV82.51137.88193.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=57.00%
G=10.42%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753210000.820.430.31331.4769.0840.59
HexAF20640522B1F14b4529
Octal257401440122533751310551
Binary10101111100000110010001010010101011111111010010111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2064; }

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

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

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

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

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

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

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

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