Html Css Color HEX #AA1876 Jazzberry Jam

📋 copy color: '#AA1876'

red 170 ◦ green 24 ◦ blue 118

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

Shades of Jazzberry Jam #AA1876

Tints of Jazzberry Jam #AA1876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 54.49%
G = 7.69%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA1876 (or 0xAA1876) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 76. RGB value is (170,24,118). Sum of RGB (Red+Green+Blue) = 170+24+118=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1876 is #55E789. Grayscale: #4E4E4E. Windows color (decimal): -5629834 or 7739562. OLE color: 7739562.

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

Color convert

RGB 170 24 118 -
CMYK 0 0.86 0.31 0.33
HSL 321.37º 0.75% 0.38% -
HSV(B) 321.37º 0.86% 0.67% -
XYZ 20.17 10.51 18.1 -
YUV 78.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 170 24 118 0 0.86 0.31 0.33 321.37 0.75 0.38
Hex AA 18 76 0 56 1F 21 141 4B 26
Octal 252 30 166 0 126 37 41 501 113 46
Binary 10101010 11000 1110110 0 1010110 11111 100001 101000001 1001011 100110

Color Harmonies of #AA1876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1876

Black with #AA1876

Text Example


Text Example

White with #AA1876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1876; }

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

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

background-color css

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

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

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

border-color css

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

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

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