#AF044A

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

Shades of Jazzberry Jam #AF044A

Tints of Jazzberry Jam #AF044A

Color information

#AF044A (or 0xAF044A) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 04 and 4A. RGB value is (175,4,74). Sum of RGB (Red+Green+Blue) = 175+4+74=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF044A is #50FBB5. Grayscale: #3F3F3F. Windows color (decimal): -5307318 or 4850863. OLE color: 4850863.

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

Color convert

RGB175474-
CMYK00.980.580.31
HSL335.44º95.53%35.1%-
HSV(B)335.44º97.71%68.63%-
XYZ18.969.77.35-
YUV63.11134.15207.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 69.17%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=69.17%
G=1.58%
B=29.25%

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
Decimal17547400.980.580.31335.4495.5335.1
HexAF44A0623A1F14f6023
Octal25741120142723751714043
Binary10101111100100101001100010111010111111010011111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF044A; }

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

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

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

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

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

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

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

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