Html Css Color HEX #AA196E Jazzberry Jam

📋 copy color: '#AA196E'

red 170 ◦ green 25 ◦ blue 110

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

Shades of Jazzberry Jam #AA196E

Tints of Jazzberry Jam #AA196E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.2%

 BLUE value IS 110 (43.36% from 255) = 36.07%

R = 55.74%
G = 8.2%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA196E (or 0xAA196E) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 6E. RGB value is (170,25,110). Sum of RGB (Red+Green+Blue) = 170+25+110=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA196E is #55E691. Grayscale: #4D4D4D. Windows color (decimal): -5629586 or 7215530. OLE color: 7215530.

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

Color convert

RGB 170 25 110 -
CMYK 0 0.85 0.35 0.33
HSL 324.83º 0.74% 0.38% -
HSV(B) 324.83º 0.85% 0.67% -
XYZ 19.74 10.37 15.71 -
YUV 78.05 146.04 193.59 -
System Red Green Blue C M Y K H S L
Decimal 170 25 110 0 0.85 0.35 0.33 324.83 0.74 0.38
Hex AA 19 6E 0 55 23 21 145 4A 26
Octal 252 31 156 0 125 43 41 505 112 46
Binary 10101010 11001 1101110 0 1010101 100011 100001 101000101 1001010 100110

Color Harmonies of #AA196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA196E

Black with #AA196E

Text Example


Text Example

White with #AA196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA196E; }

 p { color: rgb(170,25,110); }

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

background-color css

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

 a { background-color: rgb(170,25,110); }

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

border-color css

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

 span { border-color: rgb(170,25,110); }

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