Html Css Color HEX #A3587D Strikemaster

📋 copy color: '#A3587D'

red 163 ◦ green 88 ◦ blue 125

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

Shades of Strikemaster #A3587D

Tints of Strikemaster #A3587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 43.35%
G = 23.4%
B = 33.24%

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

#A3587D (or 0xA3587D) is known color: Strikemaster. HEX triplet: A3, 58 and 7D. RGB value is (163,88,125). Sum of RGB (Red+Green+Blue) = 163+88+125=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A3587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3587D is #5CA782. Grayscale: #727272. Windows color (decimal): -6072195 or 8214691. OLE color: 8214691.

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

Color convert

RGB 163 88 125 -
CMYK 0 0.46 0.23 0.36
HSL 330.4º 0.3% 0.49% -
HSV(B) 330.4º 0.46% 0.64% -
XYZ 22.3 16.25 21.36 -
YUV 114.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 163 88 125 0 0.46 0.23 0.36 330.4 0.3 0.49
Hex A3 58 7D 0 2E 17 24 14A 1E 31
Octal 243 130 175 0 56 27 44 512 36 61
Binary 10100011 1011000 1111101 0 101110 10111 100100 101001010 11110 110001

Color Harmonies of #A3587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3587D

Black with #A3587D

Text Example


Text Example

White with #A3587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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