Html Css Color HEX #AA074E Jazzberry Jam

📋 copy color: '#AA074E'

red 170 ◦ green 7 ◦ blue 78

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

Shades of Jazzberry Jam #AA074E

Tints of Jazzberry Jam #AA074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 66.67%
G = 2.75%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA074E (or 0xAA074E) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 4E. RGB value is (170,7,78). Sum of RGB (Red+Green+Blue) = 170+7+78=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA074E is #55F8B1. Grayscale: #3F3F3F. Windows color (decimal): -5634226 or 5113770. OLE color: 5113770.

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

Color convert

RGB 170 7 78 -
CMYK 0 0.96 0.54 0.33
HSL 333.87º 0.92% 0.35% -
HSV(B) 333.87º 0.96% 0.67% -
XYZ 18.03 9.25 8.04 -
YUV 63.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 170 7 78 0 0.96 0.54 0.33 333.87 0.92 0.35
Hex AA 7 4E 0 60 36 21 14E 5C 23
Octal 252 7 116 0 140 66 41 516 134 43
Binary 10101010 111 1001110 0 1100000 110110 100001 101001110 1011100 100011

Color Harmonies of #AA074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA074E

Black with #AA074E

Text Example


Text Example

White with #AA074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA074E; }

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

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

background-color css

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

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

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

border-color css

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

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

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