Html Css Color HEX #AA176B Jazzberry Jam

📋 copy color: '#AA176B'

red 170 ◦ green 23 ◦ blue 107

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

Shades of Jazzberry Jam #AA176B

Tints of Jazzberry Jam #AA176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 56.67%
G = 7.67%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA176B (or 0xAA176B) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 6B. RGB value is (170,23,107). Sum of RGB (Red+Green+Blue) = 170+23+107=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA176B is #55E894. Grayscale: #4C4C4C. Windows color (decimal): -5630101 or 7018410. OLE color: 7018410.

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

Color convert

RGB 170 23 107 -
CMYK 0 0.86 0.37 0.33
HSL 325.71º 0.76% 0.38% -
HSV(B) 325.71º 0.86% 0.67% -
XYZ 19.54 10.22 14.85 -
YUV 76.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 170 23 107 0 0.86 0.37 0.33 325.71 0.76 0.38
Hex AA 17 6B 0 56 25 21 146 4C 26
Octal 252 27 153 0 126 45 41 506 114 46
Binary 10101010 10111 1101011 0 1010110 100101 100001 101000110 1001100 100110

Color Harmonies of #AA176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA176B

Black with #AA176B

Text Example


Text Example

White with #AA176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA176B; }

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

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

background-color css

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

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

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

border-color css

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

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

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