Html Css Color HEX #AA226B Jazzberry Jam

📋 copy color: '#AA226B'

red 170 ◦ green 34 ◦ blue 107

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

Shades of Jazzberry Jam #AA226B

Tints of Jazzberry Jam #AA226B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 54.66%
G = 10.93%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA226B (or 0xAA226B) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 6B. RGB value is (170,34,107). Sum of RGB (Red+Green+Blue) = 170+34+107=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA226B is #55DD94. Grayscale: #525252. Windows color (decimal): -5627285 or 7021226. OLE color: 7021226.

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

Color convert

RGB 170 34 107 -
CMYK 0 0.80 0.37 0.33
HSL 327.79º 0.67% 0.4% -
HSV(B) 327.79º 0.8% 0.67% -
XYZ 19.8 10.75 14.94 -
YUV 82.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 170 34 107 0 0.80 0.37 0.33 327.79 0.67 0.4
Hex AA 22 6B 0 50 25 21 148 43 28
Octal 252 42 153 0 120 45 41 510 103 50
Binary 10101010 100010 1101011 0 1010000 100101 100001 101001000 1000011 101000

Color Harmonies of #AA226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA226B

Black with #AA226B

Text Example


Text Example

White with #AA226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA226B; }

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

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

background-color css

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

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

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

border-color css

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

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

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