Html Css Color HEX #AA054F Jazzberry Jam

📋 copy color: '#AA054F'

red 170 ◦ green 5 ◦ blue 79

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

Shades of Jazzberry Jam #AA054F

Tints of Jazzberry Jam #AA054F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.1%

R = 66.93%
G = 1.97%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA054F (or 0xAA054F) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 4F. RGB value is (170,5,79). Sum of RGB (Red+Green+Blue) = 170+5+79=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA054F is #55FAB0. Grayscale: #3E3E3E. Windows color (decimal): -5634737 or 5178794. OLE color: 5178794.

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

Color convert

RGB 170 5 79 -
CMYK 0 0.97 0.54 0.33
HSL 333.09º 0.94% 0.34% -
HSV(B) 333.09º 0.97% 0.67% -
XYZ 18.04 9.22 8.23 -
YUV 62.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 170 5 79 0 0.97 0.54 0.33 333.09 0.94 0.34
Hex AA 5 4F 0 61 36 21 14D 5E 22
Octal 252 5 117 0 141 66 41 515 136 42
Binary 10101010 101 1001111 0 1100001 110110 100001 101001101 1011110 100010

Color Harmonies of #AA054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA054F

Black with #AA054F

Text Example


Text Example

White with #AA054F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA054F; }

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

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

background-color css

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

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

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

border-color css

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

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

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