Html Css Color HEX #A95E8F Strikemaster

📋 copy color: '#A95E8F'

red 169 ◦ green 94 ◦ blue 143

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

Shades of Strikemaster #A95E8F

Tints of Strikemaster #A95E8F

RGB

 RED value IS 169 (66.41% from 255) = 41.63%

 GREEN value IS 94 (37.11% from 255) = 23.15%

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

R = 41.63%
G = 23.15%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A95E8F (or 0xA95E8F) is known color: Strikemaster. HEX triplet: A9, 5E and 8F. RGB value is (169,94,143). Sum of RGB (Red+Green+Blue) = 169+94+143=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95E8F is #56A170. Grayscale: #797979. Windows color (decimal): -5677425 or 9395881. OLE color: 9395881.

HSL color Cylindrical-coordinate representation of color #A95E8F: hue angle of 320.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95E8F is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 94 143 -
CMYK 0 0.44 0.15 0.34
HSL 320.8º 0.3% 0.52% -
HSV(B) 320.8º 0.44% 0.66% -
XYZ 25.32 18.42 28.21 -
YUV 122.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 169 94 143 0 0.44 0.15 0.34 320.8 0.3 0.52
Hex A9 5E 8F 0 2C F 22 141 1E 34
Octal 251 136 217 0 54 17 42 501 36 64
Binary 10101001 1011110 10001111 0 101100 1111 100010 101000001 11110 110100

Color Harmonies of #A95E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95E8F

Black with #A95E8F

Text Example


Text Example

White with #A95E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95E8F; }

 p { color: rgb(169,94,143); }

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

background-color css

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

 a { background-color: rgb(169,94,143); }

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

border-color css

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

 span { border-color: rgb(169,94,143); }

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