#AF1272

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

Shades of Jazzberry Jam #AF1272

Tints of Jazzberry Jam #AF1272

Color information

#AF1272 (or 0xAF1272) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 12 and 72. RGB value is (175,18,114). Sum of RGB (Red+Green+Blue) = 175+18+114=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1272 is #50ED8D. Grayscale: #4B4B4B. Windows color (decimal): -5303694 or 7475887. OLE color: 7475887.

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

Color convert

RGB17518114-
CMYK00.900.350.31
HSL323.31º81.35%37.84%-
HSV(B)323.31º89.71%68.63%-
XYZ20.9310.7616.89-
YUV75.89149.51198.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 18 (7.42% from 255) = 5.86%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=57.00%
G=5.86%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751811400.900.350.31323.3181.3537.84
HexAF127205A231F1435126
Octal257221620132433750312146
Binary1010111110010111001001011010100011111111010000111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1272; }

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

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

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

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

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

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

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

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