Html Css Color HEX #A05F8F Strikemaster

📋 copy color: '#A05F8F'

red 160 ◦ green 95 ◦ blue 143

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

Shades of Strikemaster #A05F8F

Tints of Strikemaster #A05F8F

RGB

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

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

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

R = 40.2%
G = 23.87%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A05F8F (or 0xA05F8F) is known color: Strikemaster. HEX triplet: A0, 5F and 8F. RGB value is (160,95,143). Sum of RGB (Red+Green+Blue) = 160+95+143=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F8F is #5FA070. Grayscale: #777777. Windows color (decimal): -6266993 or 9396128. OLE color: 9396128.

HSL color Cylindrical-coordinate representation of color #A05F8F: hue angle of 315.69º 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 #A05F8F is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 95 143 -
CMYK 0 0.41 0.11 0.37
HSL 315.69º 0.25% 0.5% -
HSV(B) 315.69º 0.41% 0.63% -
XYZ 23.55 17.64 28.15 -
YUV 119.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 160 95 143 0 0.41 0.11 0.37 315.69 0.25 0.5
Hex A0 5F 8F 0 29 B 25 13C 19 32
Octal 240 137 217 0 51 13 45 474 31 62
Binary 10100000 1011111 10001111 0 101001 1011 100101 100111100 11001 110010

Color Harmonies of #A05F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05F8F

Black with #A05F8F

Text Example


Text Example

White with #A05F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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