Html Css Color HEX #AA225F Jazzberry Jam

📋 copy color: '#AA225F'

red 170 ◦ green 34 ◦ blue 95

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

Shades of Jazzberry Jam #AA225F

Tints of Jazzberry Jam #AA225F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 56.86%
G = 11.37%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA225F (or 0xAA225F) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 5F. RGB value is (170,34,95). Sum of RGB (Red+Green+Blue) = 170+34+95=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA225F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA225F is #55DDA0. Grayscale: #515151. Windows color (decimal): -5627297 or 6234794. OLE color: 6234794.

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

Color convert

RGB 170 34 95 -
CMYK 0 0.80 0.44 0.33
HSL 333.09º 0.67% 0.4% -
HSV(B) 333.09º 0.8% 0.67% -
XYZ 19.22 10.52 11.84 -
YUV 81.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 170 34 95 0 0.80 0.44 0.33 333.09 0.67 0.4
Hex AA 22 5F 0 50 2C 21 14D 43 28
Octal 252 42 137 0 120 54 41 515 103 50
Binary 10101010 100010 1011111 0 1010000 101100 100001 101001101 1000011 101000

Color Harmonies of #AA225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA225F

Black with #AA225F

Text Example


Text Example

White with #AA225F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA225F; }

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

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

background-color css

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

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

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

border-color css

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

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

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