Html Css Color HEX #AA1672 Jazzberry Jam

📋 copy color: '#AA1672'

red 170 ◦ green 22 ◦ blue 114

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

Shades of Jazzberry Jam #AA1672

Tints of Jazzberry Jam #AA1672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.25%

R = 55.56%
G = 7.19%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA1672 (or 0xAA1672) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 72. RGB value is (170,22,114). Sum of RGB (Red+Green+Blue) = 170+22+114=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1672 is #55E98D. Grayscale: #4C4C4C. Windows color (decimal): -5630350 or 7476906. OLE color: 7476906.

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

Color convert

RGB 170 22 114 -
CMYK 0 0.87 0.33 0.33
HSL 322.7º 0.77% 0.38% -
HSV(B) 322.7º 0.87% 0.67% -
XYZ 19.9 10.33 16.87 -
YUV 76.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 170 22 114 0 0.87 0.33 0.33 322.7 0.77 0.38
Hex AA 16 72 0 57 21 21 143 4D 26
Octal 252 26 162 0 127 41 41 503 115 46
Binary 10101010 10110 1110010 0 1010111 100001 100001 101000011 1001101 100110

Color Harmonies of #AA1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1672

Black with #AA1672

Text Example


Text Example

White with #AA1672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1672; }

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

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

background-color css

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

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

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

border-color css

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

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

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