#AF055D

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

Shades of Jazzberry Jam #AF055D

Tints of Jazzberry Jam #AF055D

Color information

#AF055D (or 0xAF055D) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 05 and 5D. RGB value is (175,5,93). Sum of RGB (Red+Green+Blue) = 175+5+93=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF055D is #50FAA2. Grayscale: #414141. Windows color (decimal): -5307043 or 6096303. OLE color: 6096303.

HSL color Cylindrical-coordinate representation of color #AF055D: hue angle of 328.94º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF055D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB175593-
CMYK00.970.470.31
HSL328.94º94.44%35.29%-
HSV(B)328.94º97.14%68.63%-
XYZ19.7110.0111.25-
YUV65.86143.32205.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.10%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=64.10%
G=1.83%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17559300.970.470.31328.9494.4435.29
HexAF55D0612F1F1495e23
Octal25751350141573751113643
Binary10101111101101110101100001101111111111010010011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF055D; }

 p { color: rgb(175,5,93); }

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

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

 a { background-color: rgb(175,5,93); }

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

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

 span { border-color: rgb(175,5,93); }

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