Html Css Color HEX #AA588B Strikemaster

📋 copy color: '#AA588B'

red 170 ◦ green 88 ◦ blue 139

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

Shades of Strikemaster #AA588B

Tints of Strikemaster #AA588B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 42.82%
G = 22.17%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA588B (or 0xAA588B) is known color: Strikemaster. HEX triplet: AA, 58 and 8B. RGB value is (170,88,139). Sum of RGB (Red+Green+Blue) = 170+88+139=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA588B is #55A774. Grayscale: #767676. Windows color (decimal): -5613429 or 9132202. OLE color: 9132202.

HSL color Cylindrical-coordinate representation of color #AA588B: hue angle of 322.68º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA588B is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 88 139 -
CMYK 0 0.48 0.18 0.33
HSL 322.68º 0.33% 0.51% -
HSV(B) 322.68º 0.48% 0.67% -
XYZ 24.73 17.39 26.48 -
YUV 118.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 170 88 139 0 0.48 0.18 0.33 322.68 0.33 0.51
Hex AA 58 8B 0 30 12 21 143 21 33
Octal 252 130 213 0 60 22 41 503 41 63
Binary 10101010 1011000 10001011 0 110000 10010 100001 101000011 100001 110011

Color Harmonies of #AA588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA588B

Black with #AA588B

Text Example


Text Example

White with #AA588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA588B; }

 p { color: rgb(170,88,139); }

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

background-color css

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

 a { background-color: rgb(170,88,139); }

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

border-color css

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

 span { border-color: rgb(170,88,139); }

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