Html Css Color HEX #AA176A Jazzberry Jam

📋 copy color: '#AA176A'

red 170 ◦ green 23 ◦ blue 106

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

Shades of Jazzberry Jam #AA176A

Tints of Jazzberry Jam #AA176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 56.86%
G = 7.69%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA176A (or 0xAA176A) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 6A. RGB value is (170,23,106). Sum of RGB (Red+Green+Blue) = 170+23+106=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA176A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA176A is #55E895. Grayscale: #4C4C4C. Windows color (decimal): -5630102 or 6952874. OLE color: 6952874.

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

Color convert

RGB 170 23 106 -
CMYK 0 0.86 0.38 0.33
HSL 326.12º 0.76% 0.38% -
HSV(B) 326.12º 0.86% 0.67% -
XYZ 19.49 10.2 14.58 -
YUV 76.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 170 23 106 0 0.86 0.38 0.33 326.12 0.76 0.38
Hex AA 17 6A 0 56 26 21 146 4C 26
Octal 252 27 152 0 126 46 41 506 114 46
Binary 10101010 10111 1101010 0 1010110 100110 100001 101000110 1001100 100110

Color Harmonies of #AA176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA176A

Black with #AA176A

Text Example


Text Example

White with #AA176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA176A; }

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

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

background-color css

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

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

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

border-color css

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

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

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