Html Css Color HEX #A3518A Strikemaster

📋 copy color: '#A3518A'

red 163 ◦ green 81 ◦ blue 138

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

Shades of Strikemaster #A3518A

Tints of Strikemaster #A3518A

RGB

 RED value IS 163 (64.06% from 255) = 42.67%

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

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

R = 42.67%
G = 21.2%
B = 36.13%

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

#A3518A (or 0xA3518A) is known color: Strikemaster. HEX triplet: A3, 51 and 8A. RGB value is (163,81,138). Sum of RGB (Red+Green+Blue) = 163+81+138=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A3518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3518A is #5CAE75. Grayscale: #6F6F6F. Windows color (decimal): -6073974 or 9064867. OLE color: 9064867.

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

Color convert

RGB 163 81 138 -
CMYK 0 0.50 0.15 0.36
HSL 318.29º 0.34% 0.48% -
HSV(B) 318.29º 0.5% 0.64% -
XYZ 22.63 15.51 25.84 -
YUV 112.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 163 81 138 0 0.50 0.15 0.36 318.29 0.34 0.48
Hex A3 51 8A 0 32 F 24 13E 22 30
Octal 243 121 212 0 62 17 44 476 42 60
Binary 10100011 1010001 10001010 0 110010 1111 100100 100111110 100010 110000

Color Harmonies of #A3518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3518A

Black with #A3518A

Text Example


Text Example

White with #A3518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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