Html Css Color HEX #AA076F Jazzberry Jam

📋 copy color: '#AA076F'

red 170 ◦ green 7 ◦ blue 111

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

Shades of Jazzberry Jam #AA076F

Tints of Jazzberry Jam #AA076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.43%

 BLUE value IS 111 (43.75% from 255) = 38.54%

R = 59.03%
G = 2.43%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA076F (or 0xAA076F) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 6F. RGB value is (170,7,111). Sum of RGB (Red+Green+Blue) = 170+7+111=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA076F is #55F890. Grayscale: #434343. Windows color (decimal): -5634193 or 7276458. OLE color: 7276458.

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

Color convert

RGB 170 7 111 -
CMYK 0 0.96 0.35 0.33
HSL 321.72º 0.92% 0.35% -
HSV(B) 321.72º 0.96% 0.67% -
XYZ 19.52 9.85 15.91 -
YUV 67.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 170 7 111 0 0.96 0.35 0.33 321.72 0.92 0.35
Hex AA 7 6F 0 60 23 21 142 5C 23
Octal 252 7 157 0 140 43 41 502 134 43
Binary 10101010 111 1101111 0 1100000 100011 100001 101000010 1011100 100011

Color Harmonies of #AA076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA076F

Black with #AA076F

Text Example


Text Example

White with #AA076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA076F; }

 p { color: rgb(170,7,111); }

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

background-color css

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

 a { background-color: rgb(170,7,111); }

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

border-color css

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

 span { border-color: rgb(170,7,111); }

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