Html Css Color HEX #AA1569 Jazzberry Jam

📋 copy color: '#AA1569'

red 170 ◦ green 21 ◦ blue 105

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

Shades of Jazzberry Jam #AA1569

Tints of Jazzberry Jam #AA1569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 105 (41.41% from 255) = 35.47%

R = 57.43%
G = 7.09%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA1569 (or 0xAA1569) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 69. RGB value is (170,21,105). Sum of RGB (Red+Green+Blue) = 170+21+105=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1569 is #55EA96. Grayscale: #4A4A4A. Windows color (decimal): -5630615 or 6886826. OLE color: 6886826.

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

Color convert

RGB 170 21 105 -
CMYK 0 0.88 0.38 0.33
HSL 326.17º 0.78% 0.37% -
HSV(B) 326.17º 0.88% 0.67% -
XYZ 19.4 10.1 14.29 -
YUV 75.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 170 21 105 0 0.88 0.38 0.33 326.17 0.78 0.37
Hex AA 15 69 0 58 26 21 146 4E 25
Octal 252 25 151 0 130 46 41 506 116 45
Binary 10101010 10101 1101001 0 1011000 100110 100001 101000110 1001110 100101

Color Harmonies of #AA1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1569

Black with #AA1569

Text Example


Text Example

White with #AA1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1569; }

 p { color: rgb(170,21,105); }

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

background-color css

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

 a { background-color: rgb(170,21,105); }

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

border-color css

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

 span { border-color: rgb(170,21,105); }

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