Html Css Color HEX #A35684 Strikemaster

📋 copy color: '#A35684'

red 163 ◦ green 86 ◦ blue 132

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

Shades of Strikemaster #A35684

Tints of Strikemaster #A35684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.65%

R = 42.78%
G = 22.57%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A35684 (or 0xA35684) is known color: Strikemaster. HEX triplet: A3, 56 and 84. RGB value is (163,86,132). Sum of RGB (Red+Green+Blue) = 163+86+132=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A35684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35684 is #5CA97B. Grayscale: #727272. Windows color (decimal): -6072700 or 8672931. OLE color: 8672931.

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

Color convert

RGB 163 86 132 -
CMYK 0 0.47 0.19 0.36
HSL 324.16º 0.31% 0.49% -
HSV(B) 324.16º 0.47% 0.64% -
XYZ 22.6 16.11 23.75 -
YUV 114.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 163 86 132 0 0.47 0.19 0.36 324.16 0.31 0.49
Hex A3 56 84 0 2F 13 24 144 1F 31
Octal 243 126 204 0 57 23 44 504 37 61
Binary 10100011 1010110 10000100 0 101111 10011 100100 101000100 11111 110001

Color Harmonies of #A35684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35684

Black with #A35684

Text Example


Text Example

White with #A35684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35684; }

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

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

background-color css

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

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

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

border-color css

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

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

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