Html Css Color HEX #AA598A Strikemaster

📋 copy color: '#AA598A'

red 170 ◦ green 89 ◦ blue 138

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

Shades of Strikemaster #AA598A

Tints of Strikemaster #AA598A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.42%

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 42.82%
G = 22.42%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA598A (or 0xAA598A) is known color: Strikemaster. HEX triplet: AA, 59 and 8A. RGB value is (170,89,138). Sum of RGB (Red+Green+Blue) = 170+89+138=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA598A is #55A675. Grayscale: #767676. Windows color (decimal): -5613174 or 9066922. OLE color: 9066922.

HSL color Cylindrical-coordinate representation of color #AA598A: hue angle of 323.7º degrees, saturation: 0.32, 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 #AA598A is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 89 138 -
CMYK 0 0.48 0.19 0.33
HSL 323.7º 0.32% 0.51% -
HSV(B) 323.7º 0.48% 0.67% -
XYZ 24.74 17.53 26.12 -
YUV 118.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 170 89 138 0 0.48 0.19 0.33 323.7 0.32 0.51
Hex AA 59 8A 0 30 13 21 144 20 33
Octal 252 131 212 0 60 23 41 504 40 63
Binary 10101010 1011001 10001010 0 110000 10011 100001 101000100 100000 110011

Color Harmonies of #AA598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA598A

Black with #AA598A

Text Example


Text Example

White with #AA598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA598A; }

 p { color: rgb(170,89,138); }

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

background-color css

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

 a { background-color: rgb(170,89,138); }

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

border-color css

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

 span { border-color: rgb(170,89,138); }

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