Html Css Color HEX #A35584 Strikemaster

📋 copy color: '#A35584'

red 163 ◦ green 85 ◦ blue 132

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

Shades of Strikemaster #A35584

Tints of Strikemaster #A35584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

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

R = 42.89%
G = 22.37%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A35584 (or 0xA35584) is known color: Strikemaster. HEX triplet: A3, 55 and 84. RGB value is (163,85,132). Sum of RGB (Red+Green+Blue) = 163+85+132=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A35584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35584 is #5CAA7B. Grayscale: #717171. Windows color (decimal): -6072956 or 8672675. OLE color: 8672675.

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

Color convert

RGB 163 85 132 -
CMYK 0 0.48 0.19 0.36
HSL 323.85º 0.31% 0.49% -
HSV(B) 323.85º 0.48% 0.64% -
XYZ 22.52 15.95 23.72 -
YUV 113.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 163 85 132 0 0.48 0.19 0.36 323.85 0.31 0.49
Hex A3 55 84 0 30 13 24 144 1F 31
Octal 243 125 204 0 60 23 44 504 37 61
Binary 10100011 1010101 10000100 0 110000 10011 100100 101000100 11111 110001

Color Harmonies of #A35584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35584

Black with #A35584

Text Example


Text Example

White with #A35584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35584; }

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

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

background-color css

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

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

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

border-color css

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

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

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