Html Css Color HEX #A35581 Strikemaster

📋 copy color: '#A35581'

red 163 ◦ green 85 ◦ blue 129

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

Shades of Strikemaster #A35581

Tints of Strikemaster #A35581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 43.24%
G = 22.55%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A35581 (or 0xA35581) is known color: Strikemaster. HEX triplet: A3, 55 and 81. RGB value is (163,85,129). Sum of RGB (Red+Green+Blue) = 163+85+129=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A35581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35581 is #5CAA7E. Grayscale: #717171. Windows color (decimal): -6072959 or 8476067. OLE color: 8476067.

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

Color convert

RGB 163 85 129 -
CMYK 0 0.48 0.21 0.36
HSL 326.15º 0.31% 0.49% -
HSV(B) 326.15º 0.48% 0.64% -
XYZ 22.32 15.87 22.66 -
YUV 113.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 163 85 129 0 0.48 0.21 0.36 326.15 0.31 0.49
Hex A3 55 81 0 30 15 24 146 1F 31
Octal 243 125 201 0 60 25 44 506 37 61
Binary 10100011 1010101 10000001 0 110000 10101 100100 101000110 11111 110001

Color Harmonies of #A35581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35581

Black with #A35581

Text Example


Text Example

White with #A35581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35581; }

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

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

background-color css

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

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

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

border-color css

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

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

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