#AF124E

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

Shades of Jazzberry Jam #AF124E

Tints of Jazzberry Jam #AF124E

Color information

#AF124E (or 0xAF124E) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 12 and 4E. RGB value is (175,18,78). Sum of RGB (Red+Green+Blue) = 175+18+78=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF124E is #50EDB1. Grayscale: #474747. Windows color (decimal): -5303730 or 5116591. OLE color: 5116591.

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

Color convert

RGB1751878-
CMYK00.900.550.31
HSL337.07º81.35%37.84%-
HSV(B)337.07º89.71%68.63%-
XYZ19.2710.18.14-
YUV71.78131.51201.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.58%
GREEN value IS 18 (7.42% from 255) = 6.64%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=64.58%
G=6.64%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175187800.900.550.31337.0781.3537.84
HexAF124E05A371F1515126
Octal257221160132673752112146
Binary1010111110010100111001011010110111111111010100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF124E; }

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

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

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

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

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

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

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

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