Html Css Color HEX #AA176C Jazzberry Jam

📋 copy color: '#AA176C'

red 170 ◦ green 23 ◦ blue 108

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

Shades of Jazzberry Jam #AA176C

Tints of Jazzberry Jam #AA176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 56.48%
G = 7.64%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA176C (or 0xAA176C) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 6C. RGB value is (170,23,108). Sum of RGB (Red+Green+Blue) = 170+23+108=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA176C is #55E893. Grayscale: #4C4C4C. Windows color (decimal): -5630100 or 7083946. OLE color: 7083946.

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

Color convert

RGB 170 23 108 -
CMYK 0 0.86 0.36 0.33
HSL 325.31º 0.76% 0.38% -
HSV(B) 325.31º 0.86% 0.67% -
XYZ 19.59 10.24 15.13 -
YUV 76.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 170 23 108 0 0.86 0.36 0.33 325.31 0.76 0.38
Hex AA 17 6C 0 56 24 21 145 4C 26
Octal 252 27 154 0 126 44 41 505 114 46
Binary 10101010 10111 1101100 0 1010110 100100 100001 101000101 1001100 100110

Color Harmonies of #AA176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA176C

Black with #AA176C

Text Example


Text Example

White with #AA176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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