Html Css Color HEX #AA5A8F Strikemaster

📋 copy color: '#AA5A8F'

red 170 ◦ green 90 ◦ blue 143

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

Shades of Strikemaster #AA5A8F

Tints of Strikemaster #AA5A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 42.18%
G = 22.33%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA5A8F (or 0xAA5A8F) is known color: Strikemaster. HEX triplet: AA, 5A and 8F. RGB value is (170,90,143). Sum of RGB (Red+Green+Blue) = 170+90+143=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A8F is #55A570. Grayscale: #777777. Windows color (decimal): -5612913 or 9394858. OLE color: 9394858.

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

Color convert

RGB 170 90 143 -
CMYK 0 0.47 0.16 0.33
HSL 320.25º 0.32% 0.51% -
HSV(B) 320.25º 0.47% 0.67% -
XYZ 25.19 17.84 28.1 -
YUV 119.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 170 90 143 0 0.47 0.16 0.33 320.25 0.32 0.51
Hex AA 5A 8F 0 2F 10 21 140 20 33
Octal 252 132 217 0 57 20 41 500 40 63
Binary 10101010 1011010 10001111 0 101111 10000 100001 101000000 100000 110011

Color Harmonies of #AA5A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A8F

Black with #AA5A8F

Text Example


Text Example

White with #AA5A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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