Html Css Color HEX #A05F8D Strikemaster

📋 copy color: '#A05F8D'

red 160 ◦ green 95 ◦ blue 141

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

Shades of Strikemaster #A05F8D

Tints of Strikemaster #A05F8D

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

 GREEN value IS 95 (37.5% from 255) = 23.99%

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 40.4%
G = 23.99%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A05F8D (or 0xA05F8D) is known color: Strikemaster. HEX triplet: A0, 5F and 8D. RGB value is (160,95,141). Sum of RGB (Red+Green+Blue) = 160+95+141=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F8D is #5FA072. Grayscale: #777777. Windows color (decimal): -6266995 or 9265056. OLE color: 9265056.

HSL color Cylindrical-coordinate representation of color #A05F8D: hue angle of 317.54º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A05F8D is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 95 141 -
CMYK 0 0.41 0.12 0.37
HSL 317.54º 0.25% 0.5% -
HSV(B) 317.54º 0.41% 0.63% -
XYZ 23.4 17.58 27.36 -
YUV 119.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 160 95 141 0 0.41 0.12 0.37 317.54 0.25 0.5
Hex A0 5F 8D 0 29 C 25 13E 19 32
Octal 240 137 215 0 51 14 45 476 31 62
Binary 10100000 1011111 10001101 0 101001 1100 100101 100111110 11001 110010

Color Harmonies of #A05F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05F8D

Black with #A05F8D

Text Example


Text Example

White with #A05F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05F8D; }

 p { color: rgb(160,95,141); }

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

background-color css

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

 a { background-color: rgb(160,95,141); }

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

border-color css

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

 span { border-color: rgb(160,95,141); }

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