Html Css Color HEX #A3558B Strikemaster

📋 copy color: '#A3558B'

red 163 ◦ green 85 ◦ blue 139

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

Shades of Strikemaster #A3558B

Tints of Strikemaster #A3558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 42.12%
G = 21.96%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3558B (or 0xA3558B) is known color: Strikemaster. HEX triplet: A3, 55 and 8B. RGB value is (163,85,139). Sum of RGB (Red+Green+Blue) = 163+85+139=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3558B is #5CAA74. Grayscale: #727272. Windows color (decimal): -6072949 or 9131427. OLE color: 9131427.

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

Color convert

RGB 163 85 139 -
CMYK 0 0.48 0.15 0.36
HSL 318.46º 0.31% 0.49% -
HSV(B) 318.46º 0.48% 0.64% -
XYZ 23.01 16.15 26.33 -
YUV 114.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 163 85 139 0 0.48 0.15 0.36 318.46 0.31 0.49
Hex A3 55 8B 0 30 F 24 13E 1F 31
Octal 243 125 213 0 60 17 44 476 37 61
Binary 10100011 1010101 10001011 0 110000 1111 100100 100111110 11111 110001

Color Harmonies of #A3558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3558B

Black with #A3558B

Text Example


Text Example

White with #A3558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3558B; }

 p { color: rgb(163,85,139); }

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

background-color css

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

 a { background-color: rgb(163,85,139); }

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

border-color css

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

 span { border-color: rgb(163,85,139); }

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