Html Css Color HEX #AA074C Jazzberry Jam

📋 copy color: '#AA074C'

red 170 ◦ green 7 ◦ blue 76

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

Shades of Jazzberry Jam #AA074C

Tints of Jazzberry Jam #AA074C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.04%

R = 67.19%
G = 2.77%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA074C (or 0xAA074C) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 4C. RGB value is (170,7,76). Sum of RGB (Red+Green+Blue) = 170+7+76=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA074C is #55F8B3. Grayscale: #3F3F3F. Windows color (decimal): -5634228 or 4982698. OLE color: 4982698.

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

Color convert

RGB 170 7 76 -
CMYK 0 0.96 0.55 0.33
HSL 334.6º 0.92% 0.35% -
HSV(B) 334.6º 0.96% 0.67% -
XYZ 17.96 9.22 7.67 -
YUV 63.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 170 7 76 0 0.96 0.55 0.33 334.6 0.92 0.35
Hex AA 7 4C 0 60 37 21 14F 5C 23
Octal 252 7 114 0 140 67 41 517 134 43
Binary 10101010 111 1001100 0 1100000 110111 100001 101001111 1011100 100011

Color Harmonies of #AA074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA074C

Black with #AA074C

Text Example


Text Example

White with #AA074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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