Html Css Color HEX #AA175C Jazzberry Jam

📋 copy color: '#AA175C'

red 170 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #AA175C

Tints of Jazzberry Jam #AA175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.28%

R = 59.65%
G = 8.07%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA175C (or 0xAA175C) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 5C. RGB value is (170,23,92). Sum of RGB (Red+Green+Blue) = 170+23+92=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA175C is #55E8A3. Grayscale: #4A4A4A. Windows color (decimal): -5630116 or 6035370. OLE color: 6035370.

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

Color convert

RGB 170 23 92 -
CMYK 0 0.86 0.46 0.33
HSL 331.84º 0.76% 0.38% -
HSV(B) 331.84º 0.86% 0.67% -
XYZ 18.82 9.93 11.05 -
YUV 74.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 170 23 92 0 0.86 0.46 0.33 331.84 0.76 0.38
Hex AA 17 5C 0 56 2E 21 14C 4C 26
Octal 252 27 134 0 126 56 41 514 114 46
Binary 10101010 10111 1011100 0 1010110 101110 100001 101001100 1001100 100110

Color Harmonies of #AA175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA175C

Black with #AA175C

Text Example


Text Example

White with #AA175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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