Html Css Color HEX #A2518B Strikemaster

📋 copy color: '#A2518B'

red 162 ◦ green 81 ◦ blue 139

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

Shades of Strikemaster #A2518B

Tints of Strikemaster #A2518B

RGB

 RED value IS 162 (63.67% from 255) = 42.41%

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

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 42.41%
G = 21.2%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2518B (or 0xA2518B) is known color: Strikemaster. HEX triplet: A2, 51 and 8B. RGB value is (162,81,139). Sum of RGB (Red+Green+Blue) = 162+81+139=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A2518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2518B is #5DAE74. Grayscale: #6F6F6F. Windows color (decimal): -6139509 or 9130402. OLE color: 9130402.

HSL color Cylindrical-coordinate representation of color #A2518B: hue angle of 317.04º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2518B is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 139 -
CMYK 0 0.50 0.14 0.36
HSL 317.04º 0.33% 0.48% -
HSV(B) 317.04º 0.5% 0.64% -
XYZ 22.5 15.43 26.22 -
YUV 111.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 162 81 139 0 0.50 0.14 0.36 317.04 0.33 0.48
Hex A2 51 8B 0 32 E 24 13D 21 30
Octal 242 121 213 0 62 16 44 475 41 60
Binary 10100010 1010001 10001011 0 110010 1110 100100 100111101 100001 110000

Color Harmonies of #A2518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2518B

Black with #A2518B

Text Example


Text Example

White with #A2518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2518B; }

 p { color: rgb(162,81,139); }

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

background-color css

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

 a { background-color: rgb(162,81,139); }

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

border-color css

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

 span { border-color: rgb(162,81,139); }

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