Html Css Color HEX #AA045E Jazzberry Jam

📋 copy color: '#AA045E'

red 170 ◦ green 4 ◦ blue 94

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

Shades of Jazzberry Jam #AA045E

Tints of Jazzberry Jam #AA045E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 63.43%
G = 1.49%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA045E (or 0xAA045E) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 5E. RGB value is (170,4,94). Sum of RGB (Red+Green+Blue) = 170+4+94=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA045E is #55FBA1. Grayscale: #3F3F3F. Windows color (decimal): -5634978 or 6161578. OLE color: 6161578.

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

Color convert

RGB 170 4 94 -
CMYK 0 0.98 0.45 0.33
HSL 327.47º 0.95% 0.34% -
HSV(B) 327.47º 0.98% 0.67% -
XYZ 18.64 9.44 11.43 -
YUV 63.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 170 4 94 0 0.98 0.45 0.33 327.47 0.95 0.34
Hex AA 4 5E 0 62 2D 21 147 5F 22
Octal 252 4 136 0 142 55 41 507 137 42
Binary 10101010 100 1011110 0 1100010 101101 100001 101000111 1011111 100010

Color Harmonies of #AA045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA045E

Black with #AA045E

Text Example


Text Example

White with #AA045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA045E; }

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

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

background-color css

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

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

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

border-color css

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

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

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