Html Css Color HEX #AA176E Jazzberry Jam

📋 copy color: '#AA176E'

red 170 ◦ green 23 ◦ blue 110

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

Shades of Jazzberry Jam #AA176E

Tints of Jazzberry Jam #AA176E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 56.11%
G = 7.59%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA176E (or 0xAA176E) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 6E. RGB value is (170,23,110). Sum of RGB (Red+Green+Blue) = 170+23+110=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA176E is #55E891. Grayscale: #4C4C4C. Windows color (decimal): -5630098 or 7215018. OLE color: 7215018.

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

Color convert

RGB 170 23 110 -
CMYK 0 0.86 0.35 0.33
HSL 324.49º 0.76% 0.38% -
HSV(B) 324.49º 0.86% 0.67% -
XYZ 19.7 10.28 15.7 -
YUV 76.87 146.7 194.43 -
System Red Green Blue C M Y K H S L
Decimal 170 23 110 0 0.86 0.35 0.33 324.49 0.76 0.38
Hex AA 17 6E 0 56 23 21 144 4C 26
Octal 252 27 156 0 126 43 41 504 114 46
Binary 10101010 10111 1101110 0 1010110 100011 100001 101000100 1001100 100110

Color Harmonies of #AA176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA176E

Black with #AA176E

Text Example


Text Example

White with #AA176E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA176E; }

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

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

background-color css

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

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

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

border-color css

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

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

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