Html Css Color HEX #AA044E Jazzberry Jam

📋 copy color: '#AA044E'

red 170 ◦ green 4 ◦ blue 78

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

Shades of Jazzberry Jam #AA044E

Tints of Jazzberry Jam #AA044E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 67.46%
G = 1.59%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA044E (or 0xAA044E) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 4E. RGB value is (170,4,78). Sum of RGB (Red+Green+Blue) = 170+4+78=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA044E is #55FBB1. Grayscale: #3D3D3D. Windows color (decimal): -5634994 or 5113002. OLE color: 5113002.

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

Color convert

RGB 170 4 78 -
CMYK 0 0.98 0.54 0.33
HSL 333.25º 0.95% 0.34% -
HSV(B) 333.25º 0.98% 0.67% -
XYZ 18 9.18 8.03 -
YUV 62.07 137 204.98 -
System Red Green Blue C M Y K H S L
Decimal 170 4 78 0 0.98 0.54 0.33 333.25 0.95 0.34
Hex AA 4 4E 0 62 36 21 14D 5F 22
Octal 252 4 116 0 142 66 41 515 137 42
Binary 10101010 100 1001110 0 1100010 110110 100001 101001101 1011111 100010

Color Harmonies of #AA044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA044E

Black with #AA044E

Text Example


Text Example

White with #AA044E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA044E; }

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

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

background-color css

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

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

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

border-color css

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

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

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