Html Css Color HEX #AA1670 Jazzberry Jam

📋 copy color: '#AA1670'

red 170 ◦ green 22 ◦ blue 112

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

Shades of Jazzberry Jam #AA1670

Tints of Jazzberry Jam #AA1670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.24%

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 55.92%
G = 7.24%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA1670 (or 0xAA1670) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 70. RGB value is (170,22,112). Sum of RGB (Red+Green+Blue) = 170+22+112=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1670 is #55E98F. Grayscale: #4C4C4C. Windows color (decimal): -5630352 or 7345834. OLE color: 7345834.

HSL color Cylindrical-coordinate representation of color #AA1670: hue angle of 323.51º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1670 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 22 112 -
CMYK 0 0.87 0.34 0.33
HSL 323.51º 0.77% 0.38% -
HSV(B) 323.51º 0.87% 0.67% -
XYZ 19.79 10.29 16.27 -
YUV 76.51 148.03 194.68 -
System Red Green Blue C M Y K H S L
Decimal 170 22 112 0 0.87 0.34 0.33 323.51 0.77 0.38
Hex AA 16 70 0 57 22 21 144 4D 26
Octal 252 26 160 0 127 42 41 504 115 46
Binary 10101010 10110 1110000 0 1010111 100010 100001 101000100 1001101 100110

Color Harmonies of #AA1670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1670

Black with #AA1670

Text Example


Text Example

White with #AA1670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1670; }

 p { color: rgb(170,22,112); }

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

background-color css

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

 a { background-color: rgb(170,22,112); }

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

border-color css

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

 span { border-color: rgb(170,22,112); }

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