Html Css Color HEX #AA175D Jazzberry Jam

📋 copy color: '#AA175D'

red 170 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #AA175D

Tints of Jazzberry Jam #AA175D

RGB

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

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

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

R = 59.44%
G = 8.04%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA175D (or 0xAA175D) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 5D. RGB value is (170,23,93). Sum of RGB (Red+Green+Blue) = 170+23+93=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA175D is #55E8A2. Grayscale: #4A4A4A. Windows color (decimal): -5630115 or 6100906. OLE color: 6100906.

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

Color convert

RGB 170 23 93 -
CMYK 0 0.86 0.45 0.33
HSL 331.43º 0.76% 0.38% -
HSV(B) 331.43º 0.86% 0.67% -
XYZ 18.86 9.95 11.28 -
YUV 74.93 138.2 195.81 -
System Red Green Blue C M Y K H S L
Decimal 170 23 93 0 0.86 0.45 0.33 331.43 0.76 0.38
Hex AA 17 5D 0 56 2D 21 14B 4C 26
Octal 252 27 135 0 126 55 41 513 114 46
Binary 10101010 10111 1011101 0 1010110 101101 100001 101001011 1001100 100110

Color Harmonies of #AA175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA175D

Black with #AA175D

Text Example


Text Example

White with #AA175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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