Html Css Color HEX #AA076A Jazzberry Jam

📋 copy color: '#AA076A'

red 170 ◦ green 7 ◦ blue 106

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

Shades of Jazzberry Jam #AA076A

Tints of Jazzberry Jam #AA076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.46%

R = 60.07%
G = 2.47%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA076A (or 0xAA076A) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 6A. RGB value is (170,7,106). Sum of RGB (Red+Green+Blue) = 170+7+106=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA076A is #55F895. Grayscale: #424242. Windows color (decimal): -5634198 or 6948778. OLE color: 6948778.

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

Color convert

RGB 170 7 106 -
CMYK 0 0.96 0.38 0.33
HSL 323.56º 0.92% 0.35% -
HSV(B) 323.56º 0.96% 0.67% -
XYZ 19.26 9.74 14.5 -
YUV 67.02 150 201.45 -
System Red Green Blue C M Y K H S L
Decimal 170 7 106 0 0.96 0.38 0.33 323.56 0.92 0.35
Hex AA 7 6A 0 60 26 21 144 5C 23
Octal 252 7 152 0 140 46 41 504 134 43
Binary 10101010 111 1101010 0 1100000 100110 100001 101000100 1011100 100011

Color Harmonies of #AA076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA076A

Black with #AA076A

Text Example


Text Example

White with #AA076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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