Html Css Color HEX #AA175B Jazzberry Jam

📋 copy color: '#AA175B'

red 170 ◦ green 23 ◦ blue 91

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

Shades of Jazzberry Jam #AA175B

Tints of Jazzberry Jam #AA175B

RGB

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

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

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

R = 59.86%
G = 8.1%
B = 32.04%

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

#AA175B (or 0xAA175B) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 5B. RGB value is (170,23,91). Sum of RGB (Red+Green+Blue) = 170+23+91=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA175B is #55E8A4. Grayscale: #4A4A4A. Windows color (decimal): -5630117 or 5969834. OLE color: 5969834.

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

Color convert

RGB 170 23 91 -
CMYK 0 0.86 0.46 0.33
HSL 332.24º 0.76% 0.38% -
HSV(B) 332.24º 0.86% 0.67% -
XYZ 18.77 9.91 10.82 -
YUV 74.71 137.2 195.97 -
System Red Green Blue C M Y K H S L
Decimal 170 23 91 0 0.86 0.46 0.33 332.24 0.76 0.38
Hex AA 17 5B 0 56 2E 21 14C 4C 26
Octal 252 27 133 0 126 56 41 514 114 46
Binary 10101010 10111 1011011 0 1010110 101110 100001 101001100 1001100 100110

Color Harmonies of #AA175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA175B

Black with #AA175B

Text Example


Text Example

White with #AA175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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