#AF0645

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

Shades of Jazzberry Jam #AF0645

Tints of Jazzberry Jam #AF0645

Color information

#AF0645 (or 0xAF0645) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 06 and 45. RGB value is (175,6,69). Sum of RGB (Red+Green+Blue) = 175+6+69=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0645 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0645 is #50F9BA. Grayscale: #3F3F3F. Windows color (decimal): -5306811 or 4523695. OLE color: 4523695.

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

Color convert

RGB175669-
CMYK00.970.610.31
HSL337.63º93.37%35.49%-
HSV(B)337.63º96.57%68.63%-
XYZ18.829.676.51-
YUV63.71130.99207.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70%
GREEN value IS 6 (2.73% from 255) = 2.4%
BLUE value IS 69 (27.34% from 255) = 27.6%
R=70%
G=2.4%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17566900.970.610.31337.6393.3735.49
HexAF6450613D1F1525d23
Octal25761050141753752213543
Binary10101111110100010101100001111101111111010100101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0645; }

 p { color: rgb(175,6,69); }

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

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

 a { background-color: rgb(175,6,69); }

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

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

 span { border-color: rgb(175,6,69); }

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