Html Css Color HEX #AA1072 Jazzberry Jam

📋 copy color: '#AA1072'

red 170 ◦ green 16 ◦ blue 114

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

Shades of Jazzberry Jam #AA1072

Tints of Jazzberry Jam #AA1072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

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

R = 56.67%
G = 5.33%
B = 38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA1072 (or 0xAA1072) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 72. RGB value is (170,16,114). Sum of RGB (Red+Green+Blue) = 170+16+114=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1072 is #55EF8D. Grayscale: #484848. Windows color (decimal): -5631886 or 7475370. OLE color: 7475370.

HSL color Cylindrical-coordinate representation of color #AA1072: hue angle of 321.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1072 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 114 -
CMYK 0 0.91 0.33 0.33
HSL 321.82º 0.83% 0.36% -
HSV(B) 321.82º 0.91% 0.67% -
XYZ 19.8 10.13 16.83 -
YUV 73.22 151.02 197.03 -
System Red Green Blue C M Y K H S L
Decimal 170 16 114 0 0.91 0.33 0.33 321.82 0.83 0.36
Hex AA 10 72 0 5B 21 21 142 53 24
Octal 252 20 162 0 133 41 41 502 123 44
Binary 10101010 10000 1110010 0 1011011 100001 100001 101000010 1010011 100100

Color Harmonies of #AA1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1072

Black with #AA1072

Text Example


Text Example

White with #AA1072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1072; }

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

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

background-color css

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

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

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

border-color css

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

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

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