Html Css Color HEX #AA225E Jazzberry Jam

📋 copy color: '#AA225E'

red 170 ◦ green 34 ◦ blue 94

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

Shades of Jazzberry Jam #AA225E

Tints of Jazzberry Jam #AA225E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

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

R = 57.05%
G = 11.41%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA225E (or 0xAA225E) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 5E. RGB value is (170,34,94). Sum of RGB (Red+Green+Blue) = 170+34+94=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA225E is #55DDA1. Grayscale: #515151. Windows color (decimal): -5627298 or 6169258. OLE color: 6169258.

HSL color Cylindrical-coordinate representation of color #AA225E: hue angle of 333.53º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA225E is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 34 94 -
CMYK 0 0.80 0.45 0.33
HSL 333.53º 0.67% 0.4% -
HSV(B) 333.53º 0.8% 0.67% -
XYZ 19.17 10.5 11.61 -
YUV 81.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 170 34 94 0 0.80 0.45 0.33 333.53 0.67 0.4
Hex AA 22 5E 0 50 2D 21 14E 43 28
Octal 252 42 136 0 120 55 41 516 103 50
Binary 10101010 100010 1011110 0 1010000 101101 100001 101001110 1000011 101000

Color Harmonies of #AA225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA225E

Black with #AA225E

Text Example


Text Example

White with #AA225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA225E; }

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

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

background-color css

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

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

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

border-color css

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

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

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