#AF124C

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

Shades of Jazzberry Jam #AF124C

Tints of Jazzberry Jam #AF124C

Color information

#AF124C (or 0xAF124C) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 12 and 4C. RGB value is (175,18,76). Sum of RGB (Red+Green+Blue) = 175+18+76=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF124C is #50EDB3. Grayscale: #474747. Windows color (decimal): -5303732 or 4985519. OLE color: 4985519.

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

Color convert

RGB1751876-
CMYK00.900.570.31
HSL337.83º81.35%37.84%-
HSV(B)337.83º89.71%68.63%-
XYZ19.210.077.77-
YUV71.55130.51201.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.06%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=65.06%
G=6.69%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175187600.900.570.31337.8381.3537.84
HexAF124C05A391F1525126
Octal257221140132713752212146
Binary1010111110010100110001011010111001111111010100101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF124C; }

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

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

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

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

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

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

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

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