Html Css Color HEX #AA024E Jazzberry Jam

📋 copy color: '#AA024E'

red 170 ◦ green 2 ◦ blue 78

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

Shades of Jazzberry Jam #AA024E

Tints of Jazzberry Jam #AA024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 68%
G = 0.8%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA024E (or 0xAA024E) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 4E. RGB value is (170,2,78). Sum of RGB (Red+Green+Blue) = 170+2+78=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA024E is #55FDB1. Grayscale: #3C3C3C. Windows color (decimal): -5635506 or 5112490. OLE color: 5112490.

HSL color Cylindrical-coordinate representation of color #AA024E: hue angle of 332.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA024E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 2 78 -
CMYK 0 0.99 0.54 0.33
HSL 332.86º 0.98% 0.34% -
HSV(B) 332.86º 0.99% 0.67% -
XYZ 17.97 9.14 8.02 -
YUV 60.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 170 2 78 0 0.99 0.54 0.33 332.86 0.98 0.34
Hex AA 2 4E 0 63 36 21 14D 62 22
Octal 252 2 116 0 143 66 41 515 142 42
Binary 10101010 10 1001110 0 1100011 110110 100001 101001101 1100010 100010

Color Harmonies of #AA024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA024E

Black with #AA024E

Text Example


Text Example

White with #AA024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA024E; }

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

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

background-color css

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

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

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

border-color css

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

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

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