Html Css Color HEX #A3587E Strikemaster

📋 copy color: '#A3587E'

red 163 ◦ green 88 ◦ blue 126

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

Shades of Strikemaster #A3587E

Tints of Strikemaster #A3587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.34%

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 43.24%
G = 23.34%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3587E (or 0xA3587E) is known color: Strikemaster. HEX triplet: A3, 58 and 7E. RGB value is (163,88,126). Sum of RGB (Red+Green+Blue) = 163+88+126=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3587E is #5CA781. Grayscale: #727272. Windows color (decimal): -6072194 or 8280227. OLE color: 8280227.

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

Color convert

RGB 163 88 126 -
CMYK 0 0.46 0.23 0.36
HSL 329.6º 0.3% 0.49% -
HSV(B) 329.6º 0.46% 0.64% -
XYZ 22.36 16.27 21.7 -
YUV 114.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 163 88 126 0 0.46 0.23 0.36 329.6 0.3 0.49
Hex A3 58 7E 0 2E 17 24 14A 1E 31
Octal 243 130 176 0 56 27 44 512 36 61
Binary 10100011 1011000 1111110 0 101110 10111 100100 101001010 11110 110001

Color Harmonies of #A3587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3587E

Black with #A3587E

Text Example


Text Example

White with #A3587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3587E; }

 p { color: rgb(163,88,126); }

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

background-color css

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

 a { background-color: rgb(163,88,126); }

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

border-color css

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

 span { border-color: rgb(163,88,126); }

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