Html Css Color HEX #AA195B Jazzberry Jam

📋 copy color: '#AA195B'

red 170 ◦ green 25 ◦ blue 91

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

Shades of Jazzberry Jam #AA195B

Tints of Jazzberry Jam #AA195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 59.44%
G = 8.74%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA195B (or 0xAA195B) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 5B. RGB value is (170,25,91). Sum of RGB (Red+Green+Blue) = 170+25+91=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA195B is #55E6A4. Grayscale: #4B4B4B. Windows color (decimal): -5629605 or 5970346. OLE color: 5970346.

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

Color convert

RGB 170 25 91 -
CMYK 0 0.85 0.46 0.33
HSL 332.69º 0.74% 0.38% -
HSV(B) 332.69º 0.85% 0.67% -
XYZ 18.81 10 10.84 -
YUV 75.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 170 25 91 0 0.85 0.46 0.33 332.69 0.74 0.38
Hex AA 19 5B 0 55 2E 21 14D 4A 26
Octal 252 31 133 0 125 56 41 515 112 46
Binary 10101010 11001 1011011 0 1010101 101110 100001 101001101 1001010 100110

Color Harmonies of #AA195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA195B

Black with #AA195B

Text Example


Text Example

White with #AA195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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