Html Css Color HEX #AA1769 Jazzberry Jam

📋 copy color: '#AA1769'

red 170 ◦ green 23 ◦ blue 105

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

Shades of Jazzberry Jam #AA1769

Tints of Jazzberry Jam #AA1769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.72%

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

R = 57.05%
G = 7.72%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA1769 (or 0xAA1769) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 69. RGB value is (170,23,105). Sum of RGB (Red+Green+Blue) = 170+23+105=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1769 is #55E896. Grayscale: #4C4C4C. Windows color (decimal): -5630103 or 6887338. OLE color: 6887338.

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

Color convert

RGB 170 23 105 -
CMYK 0 0.86 0.38 0.33
HSL 326.53º 0.76% 0.38% -
HSV(B) 326.53º 0.86% 0.67% -
XYZ 19.43 10.18 14.31 -
YUV 76.3 144.2 194.83 -
System Red Green Blue C M Y K H S L
Decimal 170 23 105 0 0.86 0.38 0.33 326.53 0.76 0.38
Hex AA 17 69 0 56 26 21 147 4C 26
Octal 252 27 151 0 126 46 41 507 114 46
Binary 10101010 10111 1101001 0 1010110 100110 100001 101000111 1001100 100110

Color Harmonies of #AA1769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1769

Black with #AA1769

Text Example


Text Example

White with #AA1769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1769; }

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

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

background-color css

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

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

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

border-color css

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

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

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