Html Css Color HEX #AA195D Jazzberry Jam

📋 copy color: '#AA195D'

red 170 ◦ green 25 ◦ blue 93

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

Shades of Jazzberry Jam #AA195D

Tints of Jazzberry Jam #AA195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 59.03%
G = 8.68%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA195D (or 0xAA195D) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 5D. RGB value is (170,25,93). Sum of RGB (Red+Green+Blue) = 170+25+93=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA195D is #55E6A2. Grayscale: #4B4B4B. Windows color (decimal): -5629603 or 6101418. OLE color: 6101418.

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

Color convert

RGB 170 25 93 -
CMYK 0 0.85 0.45 0.33
HSL 331.86º 0.74% 0.38% -
HSV(B) 331.86º 0.85% 0.67% -
XYZ 18.9 10.03 11.3 -
YUV 76.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 170 25 93 0 0.85 0.45 0.33 331.86 0.74 0.38
Hex AA 19 5D 0 55 2D 21 14C 4A 26
Octal 252 31 135 0 125 55 41 514 112 46
Binary 10101010 11001 1011101 0 1010101 101101 100001 101001100 1001010 100110

Color Harmonies of #AA195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA195D

Black with #AA195D

Text Example


Text Example

White with #AA195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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