Html Css Color HEX #A2518A Strikemaster

📋 copy color: '#A2518A'

red 162 ◦ green 81 ◦ blue 138

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

Shades of Strikemaster #A2518A

Tints of Strikemaster #A2518A

RGB

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

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

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

R = 42.52%
G = 21.26%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2518A (or 0xA2518A) is known color: Strikemaster. HEX triplet: A2, 51 and 8A. RGB value is (162,81,138). Sum of RGB (Red+Green+Blue) = 162+81+138=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A2518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2518A is #5DAE75. Grayscale: #6F6F6F. Windows color (decimal): -6139510 or 9064866. OLE color: 9064866.

HSL color Cylindrical-coordinate representation of color #A2518A: hue angle of 317.78º 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 #A2518A is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 138 -
CMYK 0 0.50 0.15 0.36
HSL 317.78º 0.33% 0.48% -
HSV(B) 317.78º 0.5% 0.64% -
XYZ 22.43 15.4 25.84 -
YUV 111.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 162 81 138 0 0.50 0.15 0.36 317.78 0.33 0.48
Hex A2 51 8A 0 32 F 24 13E 21 30
Octal 242 121 212 0 62 17 44 476 41 60
Binary 10100010 1010001 10001010 0 110010 1111 100100 100111110 100001 110000

Color Harmonies of #A2518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2518A

Black with #A2518A

Text Example


Text Example

White with #A2518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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