Html Css Color HEX #AA054C Jazzberry Jam

📋 copy color: '#AA054C'

red 170 ◦ green 5 ◦ blue 76

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

Shades of Jazzberry Jam #AA054C

Tints of Jazzberry Jam #AA054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.28%

R = 67.73%
G = 1.99%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA054C (or 0xAA054C) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 4C. RGB value is (170,5,76). Sum of RGB (Red+Green+Blue) = 170+5+76=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA054C is #55FAB3. Grayscale: #3E3E3E. Windows color (decimal): -5634740 or 4982186. OLE color: 4982186.

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

Color convert

RGB 170 5 76 -
CMYK 0 0.97 0.55 0.33
HSL 334.18º 0.94% 0.34% -
HSV(B) 334.18º 0.97% 0.67% -
XYZ 17.94 9.18 7.66 -
YUV 62.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 170 5 76 0 0.97 0.55 0.33 334.18 0.94 0.34
Hex AA 5 4C 0 61 37 21 14E 5E 22
Octal 252 5 114 0 141 67 41 516 136 42
Binary 10101010 101 1001100 0 1100001 110111 100001 101001110 1011110 100010

Color Harmonies of #AA054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA054C

Black with #AA054C

Text Example


Text Example

White with #AA054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA054C; }

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

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

background-color css

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

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

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

border-color css

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

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

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