#AF126B

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

Shades of Jazzberry Jam #AF126B

Tints of Jazzberry Jam #AF126B

Color information

#AF126B (or 0xAF126B) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 12 and 6B. RGB value is (175,18,107). Sum of RGB (Red+Green+Blue) = 175+18+107=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF126B is #50ED94. Grayscale: #4A4A4A. Windows color (decimal): -5303701 or 7017135. OLE color: 7017135.

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

Color convert

RGB17518107-
CMYK00.900.390.31
HSL325.99º81.35%37.84%-
HSV(B)325.99º89.71%68.63%-
XYZ20.5510.6114.87-
YUV75.09146.01199.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.33%
GREEN value IS 18 (7.42% from 255) = 6%
BLUE value IS 107 (42.19% from 255) = 35.67%
R=58.33%
G=6%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751810700.900.390.31325.9981.3537.84
HexAF126B05A271F1465126
Octal257221530132473750612146
Binary1010111110010110101101011010100111111111010001101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF126B; }

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

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

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

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

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

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

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

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