Html Css Color HEX #AA1074 Jazzberry Jam

📋 copy color: '#AA1074'

red 170 ◦ green 16 ◦ blue 116

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

Shades of Jazzberry Jam #AA1074

Tints of Jazzberry Jam #AA1074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.41%

R = 56.29%
G = 5.3%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA1074 (or 0xAA1074) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 74. RGB value is (170,16,116). Sum of RGB (Red+Green+Blue) = 170+16+116=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1074 is #55EF8B. Grayscale: #494949. Windows color (decimal): -5631884 or 7606442. OLE color: 7606442.

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

Color convert

RGB 170 16 116 -
CMYK 0 0.91 0.32 0.33
HSL 321.04º 0.83% 0.36% -
HSV(B) 321.04º 0.91% 0.67% -
XYZ 19.92 10.18 17.44 -
YUV 73.45 152.02 196.87 -
System Red Green Blue C M Y K H S L
Decimal 170 16 116 0 0.91 0.32 0.33 321.04 0.83 0.36
Hex AA 10 74 0 5B 20 21 141 53 24
Octal 252 20 164 0 133 40 41 501 123 44
Binary 10101010 10000 1110100 0 1011011 100000 100001 101000001 1010011 100100

Color Harmonies of #AA1074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1074

Black with #AA1074

Text Example


Text Example

White with #AA1074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1074; }

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

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

background-color css

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

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

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

border-color css

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

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

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