Html Css Color HEX #AA044D Jazzberry Jam

📋 copy color: '#AA044D'

red 170 ◦ green 4 ◦ blue 77

#AA044D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AA044D

Tints of Jazzberry Jam #AA044D

RGB

 RED value IS 170 (66.8% from 255) = 67.73%

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 77 (30.47% from 255) = 30.68%

R = 67.73%
G = 1.59%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA044D (or 0xAA044D) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 4D. RGB value is (170,4,77). Sum of RGB (Red+Green+Blue) = 170+4+77=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA044D is #55FBB2. Grayscale: #3D3D3D. Windows color (decimal): -5634995 or 5047466. OLE color: 5047466.

HSL color Cylindrical-coordinate representation of color #AA044D: hue angle of 333.61º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA044D is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 77 -
CMYK 0 0.98 0.55 0.33
HSL 333.61º 0.95% 0.34% -
HSV(B) 333.61º 0.98% 0.67% -
XYZ 17.96 9.17 7.84 -
YUV 61.96 136.5 205.06 -
System Red Green Blue C M Y K H S L
Decimal 170 4 77 0 0.98 0.55 0.33 333.61 0.95 0.34
Hex AA 4 4D 0 62 37 21 14E 5F 22
Octal 252 4 115 0 142 67 41 516 137 42
Binary 10101010 100 1001101 0 1100010 110111 100001 101001110 1011111 100010

Color Harmonies of #AA044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA044D

Black with #AA044D

Text Example


Text Example

White with #AA044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA044D; }

 p { color: rgb(170,4,77); }

 H1.HeaderClassName
 {
   color: #AA044D;
 }
 .AnyTagClassName
 {
   color: #AA044D;
 }
</style>

background-color css

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

 a { background-color: rgb(170,4,77); }

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

border-color css

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

 span { border-color: rgb(170,4,77); }

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