Html Css Color HEX #AA195F Jazzberry Jam

📋 copy color: '#AA195F'

red 170 ◦ green 25 ◦ blue 95

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

Shades of Jazzberry Jam #AA195F

Tints of Jazzberry Jam #AA195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 58.62%
G = 8.62%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA195F (or 0xAA195F) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 5F. RGB value is (170,25,95). Sum of RGB (Red+Green+Blue) = 170+25+95=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA195F is #55E6A0. Grayscale: #4C4C4C. Windows color (decimal): -5629601 or 6232490. OLE color: 6232490.

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

Color convert

RGB 170 25 95 -
CMYK 0 0.85 0.44 0.33
HSL 331.03º 0.74% 0.38% -
HSV(B) 331.03º 0.85% 0.67% -
XYZ 18.99 10.07 11.77 -
YUV 76.34 138.54 194.81 -
System Red Green Blue C M Y K H S L
Decimal 170 25 95 0 0.85 0.44 0.33 331.03 0.74 0.38
Hex AA 19 5F 0 55 2C 21 14B 4A 26
Octal 252 31 137 0 125 54 41 513 112 46
Binary 10101010 11001 1011111 0 1010101 101100 100001 101001011 1001010 100110

Color Harmonies of #AA195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA195F

Black with #AA195F

Text Example


Text Example

White with #AA195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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