Html Css Color HEX #AA0054 Jazzberry Jam

📋 copy color: '#AA0054'

red 170 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #AA0054

Tints of Jazzberry Jam #AA0054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 66.93%
G = 0%
B = 33.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA0054 (or 0xAA0054) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 54. RGB value is (170,0,84). Sum of RGB (Red+Green+Blue) = 170+0+84=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0054 is #55FFAB. Grayscale: #3C3C3C. Windows color (decimal): -5636012 or 5505194. OLE color: 5505194.

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

Color convert

RGB 170 0 84 -
CMYK 0 1 0.51 0.33
HSL 330.35º 1% 0.33% -
HSV(B) 330.35º 1% 0.67% -
XYZ 18.18 9.19 9.2 -
YUV 60.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 170 0 84 0 1 0.51 0.33 330.35 1 0.33
Hex AA 0 54 0 64 33 21 14A 64 21
Octal 252 0 124 0 144 63 41 512 144 41
Binary 10101010 0 1010100 0 1100100 110011 100001 101001010 1100100 100001

Color Harmonies of #AA0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0054

Black with #AA0054

Text Example


Text Example

White with #AA0054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0054; }

 p { color: rgb(170,0,84); }

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

background-color css

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

 a { background-color: rgb(170,0,84); }

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

border-color css

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

 span { border-color: rgb(170,0,84); }

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