Html Css Color HEX #A0517D Strikemaster

📋 copy color: '#A0517D'

red 160 ◦ green 81 ◦ blue 125

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

Shades of Strikemaster #A0517D

Tints of Strikemaster #A0517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.13%

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 43.72%
G = 22.13%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0517D (or 0xA0517D) is known color: Strikemaster. HEX triplet: A0, 51 and 7D. RGB value is (160,81,125). Sum of RGB (Red+Green+Blue) = 160+81+125=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0517D is #5FAE82. Grayscale: #6D6D6D. Windows color (decimal): -6270595 or 8212896. OLE color: 8212896.

HSL color Cylindrical-coordinate representation of color #A0517D: hue angle of 326.58º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0517D is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 81 125 -
CMYK 0 0.49 0.22 0.37
HSL 326.58º 0.33% 0.47% -
HSV(B) 326.58º 0.49% 0.63% -
XYZ 21.14 14.84 21.15 -
YUV 109.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 160 81 125 0 0.49 0.22 0.37 326.58 0.33 0.47
Hex A0 51 7D 0 31 16 25 147 21 2F
Octal 240 121 175 0 61 26 45 507 41 57
Binary 10100000 1010001 1111101 0 110001 10110 100101 101000111 100001 101111

Color Harmonies of #A0517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0517D

Black with #A0517D

Text Example


Text Example

White with #A0517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0517D; }

 p { color: rgb(160,81,125); }

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

background-color css

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

 a { background-color: rgb(160,81,125); }

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

border-color css

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

 span { border-color: rgb(160,81,125); }

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