Html Css Color HEX #A0507F Strikemaster

📋 copy color: '#A0507F'

red 160 ◦ green 80 ◦ blue 127

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

Shades of Strikemaster #A0507F

Tints of Strikemaster #A0507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 127 (50% from 255) = 34.6%

R = 43.6%
G = 21.8%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0507F (or 0xA0507F) is known color: Strikemaster. HEX triplet: A0, 50 and 7F. RGB value is (160,80,127). Sum of RGB (Red+Green+Blue) = 160+80+127=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0507F is #5FAF80. Grayscale: #6D6D6D. Windows color (decimal): -6270849 or 8343712. OLE color: 8343712.

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

Color convert

RGB 160 80 127 -
CMYK 0 0.5 0.21 0.37
HSL 324.75º 0.33% 0.47% -
HSV(B) 324.75º 0.5% 0.63% -
XYZ 21.2 14.74 21.81 -
YUV 109.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 160 80 127 0 0.5 0.21 0.37 324.75 0.33 0.47
Hex A0 50 7F 0 32 15 25 145 21 2F
Octal 240 120 177 0 62 25 45 505 41 57
Binary 10100000 1010000 1111111 0 110010 10101 100101 101000101 100001 101111

Color Harmonies of #A0507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0507F

Black with #A0507F

Text Example


Text Example

White with #A0507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0507F; }

 p { color: rgb(160,80,127); }

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

background-color css

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

 a { background-color: rgb(160,80,127); }

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

border-color css

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

 span { border-color: rgb(160,80,127); }

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