Html Css Color HEX #AA1766 Jazzberry Jam

📋 copy color: '#AA1766'

red 170 ◦ green 23 ◦ blue 102

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

Shades of Jazzberry Jam #AA1766

Tints of Jazzberry Jam #AA1766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.58%

R = 57.63%
G = 7.8%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA1766 (or 0xAA1766) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 66. RGB value is (170,23,102). Sum of RGB (Red+Green+Blue) = 170+23+102=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1766 is #55E899. Grayscale: #4B4B4B. Windows color (decimal): -5630106 or 6690730. OLE color: 6690730.

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

Color convert

RGB 170 23 102 -
CMYK 0 0.86 0.4 0.33
HSL 327.76º 0.76% 0.38% -
HSV(B) 327.76º 0.86% 0.67% -
XYZ 19.28 10.12 13.51 -
YUV 75.96 142.7 195.08 -
System Red Green Blue C M Y K H S L
Decimal 170 23 102 0 0.86 0.4 0.33 327.76 0.76 0.38
Hex AA 17 66 0 56 28 21 148 4C 26
Octal 252 27 146 0 126 50 41 510 114 46
Binary 10101010 10111 1100110 0 1010110 101000 100001 101001000 1001100 100110

Color Harmonies of #AA1766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1766

Black with #AA1766

Text Example


Text Example

White with #AA1766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1766; }

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

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

background-color css

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

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

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

border-color css

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

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

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