Html Css Color HEX #AA5C8F Strikemaster

📋 copy color: '#AA5C8F'

red 170 ◦ green 92 ◦ blue 143

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

Shades of Strikemaster #AA5C8F

Tints of Strikemaster #AA5C8F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

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

R = 41.98%
G = 22.72%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA5C8F (or 0xAA5C8F) is known color: Strikemaster. HEX triplet: AA, 5C and 8F. RGB value is (170,92,143). Sum of RGB (Red+Green+Blue) = 170+92+143=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5C8F is #55A370. Grayscale: #797979. Windows color (decimal): -5612401 or 9395370. OLE color: 9395370.

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

Color convert

RGB 170 92 143 -
CMYK 0 0.46 0.16 0.33
HSL 320.77º 0.31% 0.51% -
HSV(B) 320.77º 0.46% 0.67% -
XYZ 25.36 18.18 28.16 -
YUV 121.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 170 92 143 0 0.46 0.16 0.33 320.77 0.31 0.51
Hex AA 5C 8F 0 2E 10 21 141 1F 33
Octal 252 134 217 0 56 20 41 501 37 63
Binary 10101010 1011100 10001111 0 101110 10000 100001 101000001 11111 110011

Color Harmonies of #AA5C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C8F

Black with #AA5C8F

Text Example


Text Example

White with #AA5C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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