Html Css Color HEX #A0508A Strikemaster

📋 copy color: '#A0508A'

red 160 ◦ green 80 ◦ blue 138

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

Shades of Strikemaster #A0508A

Tints of Strikemaster #A0508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 42.33%
G = 21.16%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0508A (or 0xA0508A) is known color: Strikemaster. HEX triplet: A0, 50 and 8A. RGB value is (160,80,138). Sum of RGB (Red+Green+Blue) = 160+80+138=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A0508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0508A is #5FAF75. Grayscale: #6E6E6E. Windows color (decimal): -6270838 or 9064608. OLE color: 9064608.

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

Color convert

RGB 160 80 138 -
CMYK 0 0.5 0.14 0.37
HSL 316.5º 0.33% 0.47% -
HSV(B) 316.5º 0.5% 0.63% -
XYZ 21.95 15.05 25.79 -
YUV 110.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 160 80 138 0 0.5 0.14 0.37 316.5 0.33 0.47
Hex A0 50 8A 0 32 E 25 13C 21 2F
Octal 240 120 212 0 62 16 45 474 41 57
Binary 10100000 1010000 10001010 0 110010 1110 100101 100111100 100001 101111

Color Harmonies of #A0508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0508A

Black with #A0508A

Text Example


Text Example

White with #A0508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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