#AF126D

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

Shades of Jazzberry Jam #AF126D

Tints of Jazzberry Jam #AF126D

Color information

#AF126D (or 0xAF126D) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 12 and 6D. RGB value is (175,18,109). Sum of RGB (Red+Green+Blue) = 175+18+109=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF126D is #50ED92. Grayscale: #4B4B4B. Windows color (decimal): -5303699 or 7148207. OLE color: 7148207.

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

Color convert

RGB17518109-
CMYK00.900.380.31
HSL325.22º81.35%37.84%-
HSV(B)325.22º89.71%68.63%-
XYZ20.6610.6515.44-
YUV75.32147.01199.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.95%
GREEN value IS 18 (7.42% from 255) = 5.96%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=57.95%
G=5.96%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751810900.900.380.31325.2281.3537.84
HexAF126D05A261F1455126
Octal257221550132463750512146
Binary1010111110010110110101011010100110111111010001011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF126D; }

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

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

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

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

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

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

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

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