Html Css Color HEX #A0538A Strikemaster

📋 copy color: '#A0538A'

red 160 ◦ green 83 ◦ blue 138

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

Shades of Strikemaster #A0538A

Tints of Strikemaster #A0538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

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

R = 41.99%
G = 21.78%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0538A (or 0xA0538A) is known color: Strikemaster. HEX triplet: A0, 53 and 8A. RGB value is (160,83,138). Sum of RGB (Red+Green+Blue) = 160+83+138=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0538A is #5FAC75. Grayscale: #707070. Windows color (decimal): -6270070 or 9065376. OLE color: 9065376.

HSL color Cylindrical-coordinate representation of color #A0538A: hue angle of 317.14º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0538A is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 83 138 -
CMYK 0 0.48 0.14 0.37
HSL 317.14º 0.32% 0.48% -
HSV(B) 317.14º 0.48% 0.63% -
XYZ 22.18 15.5 25.87 -
YUV 112.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 160 83 138 0 0.48 0.14 0.37 317.14 0.32 0.48
Hex A0 53 8A 0 30 E 25 13D 20 30
Octal 240 123 212 0 60 16 45 475 40 60
Binary 10100000 1010011 10001010 0 110000 1110 100101 100111101 100000 110000

Color Harmonies of #A0538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0538A

Black with #A0538A

Text Example


Text Example

White with #A0538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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