Html Css Color HEX #AA0160 Jazzberry Jam

📋 copy color: '#AA0160'

red 170 ◦ green 1 ◦ blue 96

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

Shades of Jazzberry Jam #AA0160

Tints of Jazzberry Jam #AA0160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 96 (37.89% from 255) = 35.96%

R = 63.67%
G = 0.37%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA0160 (or 0xAA0160) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 60. RGB value is (170,1,96). Sum of RGB (Red+Green+Blue) = 170+1+96=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0160 is #55FE9F. Grayscale: #3E3E3E. Windows color (decimal): -5635744 or 6291882. OLE color: 6291882.

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

Color convert

RGB 170 1 96 -
CMYK 0 0.99 0.44 0.33
HSL 326.27º 0.99% 0.34% -
HSV(B) 326.27º 0.99% 0.67% -
XYZ 18.7 9.41 11.9 -
YUV 62.36 146.99 204.78 -
System Red Green Blue C M Y K H S L
Decimal 170 1 96 0 0.99 0.44 0.33 326.27 0.99 0.34
Hex AA 1 60 0 63 2C 21 146 63 22
Octal 252 1 140 0 143 54 41 506 143 42
Binary 10101010 1 1100000 0 1100011 101100 100001 101000110 1100011 100010

Color Harmonies of #AA0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0160

Black with #AA0160

Text Example


Text Example

White with #AA0160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0160; }

 p { color: rgb(170,1,96); }

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

background-color css

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

 a { background-color: rgb(170,1,96); }

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

border-color css

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

 span { border-color: rgb(170,1,96); }

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