Html Css Color HEX #A35786 Strikemaster

📋 copy color: '#A35786'

red 163 ◦ green 87 ◦ blue 134

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

Shades of Strikemaster #A35786

Tints of Strikemaster #A35786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.9%

R = 42.45%
G = 22.66%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A35786 (or 0xA35786) is known color: Strikemaster. HEX triplet: A3, 57 and 86. RGB value is (163,87,134). Sum of RGB (Red+Green+Blue) = 163+87+134=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A35786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35786 is #5CA879. Grayscale: #727272. Windows color (decimal): -6072442 or 8804259. OLE color: 8804259.

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

Color convert

RGB 163 87 134 -
CMYK 0 0.47 0.18 0.36
HSL 322.89º 0.3% 0.49% -
HSV(B) 322.89º 0.47% 0.64% -
XYZ 22.82 16.32 24.5 -
YUV 115.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 163 87 134 0 0.47 0.18 0.36 322.89 0.3 0.49
Hex A3 57 86 0 2F 12 24 143 1E 31
Octal 243 127 206 0 57 22 44 503 36 61
Binary 10100011 1010111 10000110 0 101111 10010 100100 101000011 11110 110001

Color Harmonies of #A35786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35786

Black with #A35786

Text Example


Text Example

White with #A35786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35786; }

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

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

background-color css

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

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

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

border-color css

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

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

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