Html Css Color HEX #A3578D Strikemaster

📋 copy color: '#A3578D'

red 163 ◦ green 87 ◦ blue 141

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

Shades of Strikemaster #A3578D

Tints of Strikemaster #A3578D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.25%

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 41.69%
G = 22.25%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3578D (or 0xA3578D) is known color: Strikemaster. HEX triplet: A3, 57 and 8D. RGB value is (163,87,141). Sum of RGB (Red+Green+Blue) = 163+87+141=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A3578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3578D is #5CA872. Grayscale: #737373. Windows color (decimal): -6072435 or 9263011. OLE color: 9263011.

HSL color Cylindrical-coordinate representation of color #A3578D: hue angle of 317.37º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3578D is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 87 141 -
CMYK 0 0.47 0.13 0.36
HSL 317.37º 0.3% 0.49% -
HSV(B) 317.37º 0.47% 0.64% -
XYZ 23.32 16.53 27.16 -
YUV 115.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 163 87 141 0 0.47 0.13 0.36 317.37 0.3 0.49
Hex A3 57 8D 0 2F D 24 13D 1E 31
Octal 243 127 215 0 57 15 44 475 36 61
Binary 10100011 1010111 10001101 0 101111 1101 100100 100111101 11110 110001

Color Harmonies of #A3578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3578D

Black with #A3578D

Text Example


Text Example

White with #A3578D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3578D; }

 p { color: rgb(163,87,141); }

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

background-color css

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

 a { background-color: rgb(163,87,141); }

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

border-color css

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

 span { border-color: rgb(163,87,141); }

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