#AF1E5A

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

Shades of Jazzberry Jam #AF1E5A

Tints of Jazzberry Jam #AF1E5A

Color information

#AF1E5A (or 0xAF1E5A) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1E and 5A. RGB value is (175,30,90). Sum of RGB (Red+Green+Blue) = 175+30+90=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E5A is #50E1A5. Grayscale: #505050. Windows color (decimal): -5300646 or 5906095. OLE color: 5906095.

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

Color convert

RGB1753090-
CMYK00.830.490.31
HSL335.17º70.73%40.2%-
HSV(B)335.17º82.86%68.63%-
XYZ19.9910.7810.7-
YUV80.2133.54195.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.32%
GREEN value IS 30 (12.11% from 255) = 10.17%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=59.32%
G=10.17%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175309000.830.490.31335.1770.7340.2
HexAF1E5A053311F14f4728
Octal257361320123613751710750
Binary1010111111110101101001010011110001111111010011111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1E5A; }

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

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

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

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

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

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

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

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