Html Css Color HEX #AA1877 Jazzberry Jam

📋 copy color: '#AA1877'

red 170 ◦ green 24 ◦ blue 119

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

Shades of Jazzberry Jam #AA1877

Tints of Jazzberry Jam #AA1877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 54.31%
G = 7.67%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA1877 (or 0xAA1877) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 77. RGB value is (170,24,119). Sum of RGB (Red+Green+Blue) = 170+24+119=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1877 is #55E788. Grayscale: #4E4E4E. Windows color (decimal): -5629833 or 7805098. OLE color: 7805098.

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

Color convert

RGB 170 24 119 -
CMYK 0 0.86 0.3 0.33
HSL 320.96º 0.75% 0.38% -
HSV(B) 320.96º 0.86% 0.67% -
XYZ 20.23 10.53 18.42 -
YUV 78.48 150.87 193.28 -
System Red Green Blue C M Y K H S L
Decimal 170 24 119 0 0.86 0.3 0.33 320.96 0.75 0.38
Hex AA 18 77 0 56 1E 21 141 4B 26
Octal 252 30 167 0 126 36 41 501 113 46
Binary 10101010 11000 1110111 0 1010110 11110 100001 101000001 1001011 100110

Color Harmonies of #AA1877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1877

Black with #AA1877

Text Example


Text Example

White with #AA1877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1877; }

 p { color: rgb(170,24,119); }

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

background-color css

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

 a { background-color: rgb(170,24,119); }

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

border-color css

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

 span { border-color: rgb(170,24,119); }

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