Html Css Color HEX #AA025E Jazzberry Jam

📋 copy color: '#AA025E'

red 170 ◦ green 2 ◦ blue 94

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

Shades of Jazzberry Jam #AA025E

Tints of Jazzberry Jam #AA025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.34%

R = 63.91%
G = 0.75%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA025E (or 0xAA025E) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 5E. RGB value is (170,2,94). Sum of RGB (Red+Green+Blue) = 170+2+94=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA025E is #55FDA1. Grayscale: #3E3E3E. Windows color (decimal): -5635490 or 6161066. OLE color: 6161066.

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

Color convert

RGB 170 2 94 -
CMYK 0 0.99 0.45 0.33
HSL 327.14º 0.98% 0.34% -
HSV(B) 327.14º 0.99% 0.67% -
XYZ 18.62 9.4 11.42 -
YUV 62.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 170 2 94 0 0.99 0.45 0.33 327.14 0.98 0.34
Hex AA 2 5E 0 63 2D 21 147 62 22
Octal 252 2 136 0 143 55 41 507 142 42
Binary 10101010 10 1011110 0 1100011 101101 100001 101000111 1100010 100010

Color Harmonies of #AA025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA025E

Black with #AA025E

Text Example


Text Example

White with #AA025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA025E; }

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

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

background-color css

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

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

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

border-color css

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

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

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