#AF0449

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

Shades of Jazzberry Jam #AF0449

Tints of Jazzberry Jam #AF0449

Color information

#AF0449 (or 0xAF0449) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 04 and 49. RGB value is (175,4,73). Sum of RGB (Red+Green+Blue) = 175+4+73=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0449 is #50FBB6. Grayscale: #3E3E3E. Windows color (decimal): -5307319 or 4785327. OLE color: 4785327.

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

Color convert

RGB175473-
CMYK00.980.580.31
HSL335.79º95.53%35.1%-
HSV(B)335.79º97.71%68.63%-
XYZ18.939.687.17-
YUV63133.65207.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 69.44%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 73 (28.91% from 255) = 28.97%
R=69.44%
G=1.59%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17547300.980.580.31335.7995.5335.1
HexAF4490623A1F1506023
Octal25741110142723752014043
Binary10101111100100100101100010111010111111010100001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0449; }

 p { color: rgb(175,4,73); }

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

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

 a { background-color: rgb(175,4,73); }

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

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

 span { border-color: rgb(175,4,73); }

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