Html Css Color HEX #AA175F Jazzberry Jam

📋 copy color: '#AA175F'

red 170 ◦ green 23 ◦ blue 95

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

Shades of Jazzberry Jam #AA175F

Tints of Jazzberry Jam #AA175F

RGB

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

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

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

R = 59.03%
G = 7.99%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA175F (or 0xAA175F) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 5F. RGB value is (170,23,95). Sum of RGB (Red+Green+Blue) = 170+23+95=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA175F is #55E8A0. Grayscale: #4B4B4B. Windows color (decimal): -5630113 or 6231978. OLE color: 6231978.

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

Color convert

RGB 170 23 95 -
CMYK 0 0.86 0.44 0.33
HSL 330.61º 0.76% 0.38% -
HSV(B) 330.61º 0.86% 0.67% -
XYZ 18.95 9.99 11.76 -
YUV 75.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 170 23 95 0 0.86 0.44 0.33 330.61 0.76 0.38
Hex AA 17 5F 0 56 2C 21 14B 4C 26
Octal 252 27 137 0 126 54 41 513 114 46
Binary 10101010 10111 1011111 0 1010110 101100 100001 101001011 1001100 100110

Color Harmonies of #AA175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA175F

Black with #AA175F

Text Example


Text Example

White with #AA175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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