#AF006D

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

Shades of Jazzberry Jam #AF006D

Tints of Jazzberry Jam #AF006D

Color information

#AF006D (or 0xAF006D) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 00 and 6D. RGB value is (175,0,109). Sum of RGB (Red+Green+Blue) = 175+0+109=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF006D is #50FF92. Grayscale: #404040. Windows color (decimal): -5308307 or 7143599. OLE color: 7143599.

HSL color Cylindrical-coordinate representation of color #AF006D: hue angle of 322.63º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF006D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB1750109-
CMYK010.380.31
HSL322.63º100%34.31%-
HSV(B)322.63º100%68.63%-
XYZ20.4410.2215.36-
YUV64.75152.98206.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=61.62%
G=0%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1750109010.380.31322.6310034.31
HexAF06D064261F1436422
Octal25701550144463750314442
Binary101011110110110101100100100110111111010000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF006D; }

 p { color: rgb(175,0,109); }

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

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

 a { background-color: rgb(175,0,109); }

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

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

 span { border-color: rgb(175,0,109); }

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