Html Css Color HEX #AA5A8A Strikemaster

📋 copy color: '#AA5A8A'

red 170 ◦ green 90 ◦ blue 138

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

Shades of Strikemaster #AA5A8A

Tints of Strikemaster #AA5A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

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

R = 42.71%
G = 22.61%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA5A8A (or 0xAA5A8A) is known color: Strikemaster. HEX triplet: AA, 5A and 8A. RGB value is (170,90,138). Sum of RGB (Red+Green+Blue) = 170+90+138=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A8A is #55A575. Grayscale: #777777. Windows color (decimal): -5612918 or 9067178. OLE color: 9067178.

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

Color convert

RGB 170 90 138 -
CMYK 0 0.47 0.19 0.33
HSL 324º 0.32% 0.51% -
HSV(B) 324º 0.47% 0.67% -
XYZ 24.82 17.69 26.15 -
YUV 119.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 170 90 138 0 0.47 0.19 0.33 324 0.32 0.51
Hex AA 5A 8A 0 2F 13 21 144 20 33
Octal 252 132 212 0 57 23 41 504 40 63
Binary 10101010 1011010 10001010 0 101111 10011 100001 101000100 100000 110011

Color Harmonies of #AA5A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A8A

Black with #AA5A8A

Text Example


Text Example

White with #AA5A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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