Html Css Color HEX #A35687 Strikemaster

📋 copy color: '#A35687'

red 163 ◦ green 86 ◦ blue 135

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

Shades of Strikemaster #A35687

Tints of Strikemaster #A35687

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.4%

 BLUE value IS 135 (53.13% from 255) = 35.16%

R = 42.45%
G = 22.4%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A35687 (or 0xA35687) is known color: Strikemaster. HEX triplet: A3, 56 and 87. RGB value is (163,86,135). Sum of RGB (Red+Green+Blue) = 163+86+135=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A35687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35687 is #5CA978. Grayscale: #727272. Windows color (decimal): -6072697 or 8869539. OLE color: 8869539.

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

Color convert

RGB 163 86 135 -
CMYK 0 0.47 0.17 0.36
HSL 321.82º 0.31% 0.49% -
HSV(B) 321.82º 0.47% 0.64% -
XYZ 22.81 16.19 24.84 -
YUV 114.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 163 86 135 0 0.47 0.17 0.36 321.82 0.31 0.49
Hex A3 56 87 0 2F 11 24 142 1F 31
Octal 243 126 207 0 57 21 44 502 37 61
Binary 10100011 1010110 10000111 0 101111 10001 100100 101000010 11111 110001

Color Harmonies of #A35687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35687

Black with #A35687

Text Example


Text Example

White with #A35687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35687; }

 p { color: rgb(163,86,135); }

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

background-color css

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

 a { background-color: rgb(163,86,135); }

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

border-color css

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

 span { border-color: rgb(163,86,135); }

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