#AF0543

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

Shades of Jazzberry Jam #AF0543

Tints of Jazzberry Jam #AF0543

Color information

#AF0543 (or 0xAF0543) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 05 and 43. RGB value is (175,5,67). Sum of RGB (Red+Green+Blue) = 175+5+67=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0543 is #50FABC. Grayscale: #3E3E3E. Windows color (decimal): -5307069 or 4392367. OLE color: 4392367.

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

Color convert

RGB175567-
CMYK00.970.620.31
HSL338.12º94.44%35.29%-
HSV(B)338.12º97.14%68.63%-
XYZ18.759.636.18-
YUV62.9130.32207.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70.85%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 67 (26.56% from 255) = 27.13%
R=70.85%
G=2.02%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17556700.970.620.31338.1294.4435.29
HexAF5430613E1F1525e23
Octal25751030141763752213643
Binary10101111101100001101100001111110111111010100101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0543; }

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

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

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

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

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

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

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

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