Html Css Color HEX #AA055D Jazzberry Jam

📋 copy color: '#AA055D'

red 170 ◦ green 5 ◦ blue 93

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

Shades of Jazzberry Jam #AA055D

Tints of Jazzberry Jam #AA055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 63.43%
G = 1.87%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA055D (or 0xAA055D) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 5D. RGB value is (170,5,93). Sum of RGB (Red+Green+Blue) = 170+5+93=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA055D is #55FAA2. Grayscale: #404040. Windows color (decimal): -5634723 or 6096298. OLE color: 6096298.

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

Color convert

RGB 170 5 93 -
CMYK 0 0.97 0.45 0.33
HSL 328º 0.94% 0.34% -
HSV(B) 328º 0.97% 0.67% -
XYZ 18.61 9.44 11.2 -
YUV 64.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 170 5 93 0 0.97 0.45 0.33 328 0.94 0.34
Hex AA 5 5D 0 61 2D 21 148 5E 22
Octal 252 5 135 0 141 55 41 510 136 42
Binary 10101010 101 1011101 0 1100001 101101 100001 101001000 1011110 100010

Color Harmonies of #AA055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA055D

Black with #AA055D

Text Example


Text Example

White with #AA055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA055D; }

 p { color: rgb(170,5,93); }

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

background-color css

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

 a { background-color: rgb(170,5,93); }

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

border-color css

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

 span { border-color: rgb(170,5,93); }

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