#AF1E5B

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

Shades of Jazzberry Jam #AF1E5B

Tints of Jazzberry Jam #AF1E5B

Color information

#AF1E5B (or 0xAF1E5B) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1E and 5B. RGB value is (175,30,91). Sum of RGB (Red+Green+Blue) = 175+30+91=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E5B is #50E1A4. Grayscale: #505050. Windows color (decimal): -5300645 or 5971631. OLE color: 5971631.

HSL color Cylindrical-coordinate representation of color #AF1E5B: hue angle of 334.76º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1E5B is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1753091-
CMYK00.830.480.31
HSL334.76º70.73%40.2%-
HSV(B)334.76º82.86%68.63%-
XYZ20.0310.810.93-
YUV80.31134.04195.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.12%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=59.12%
G=10.14%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175309100.830.480.31334.7670.7340.2
HexAF1E5B053301F14f4728
Octal257361330123603751710750
Binary1010111111110101101101010011110000111111010011111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1E5B; }

 p { color: rgb(175,30,91); }

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

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

 a { background-color: rgb(175,30,91); }

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

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

 span { border-color: rgb(175,30,91); }

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