Html Css Color HEX #A55983 Strikemaster

📋 copy color: '#A55983'

red 165 ◦ green 89 ◦ blue 131

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

Shades of Strikemaster #A55983

Tints of Strikemaster #A55983

RGB

 RED value IS 165 (64.84% from 255) = 42.86%

 GREEN value IS 89 (35.16% from 255) = 23.12%

 BLUE value IS 131 (51.56% from 255) = 34.03%

R = 42.86%
G = 23.12%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A55983 (or 0xA55983) is known color: Strikemaster. HEX triplet: A5, 59 and 83. RGB value is (165,89,131). Sum of RGB (Red+Green+Blue) = 165+89+131=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A55983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55983 is #5AA67C. Grayscale: #747474. Windows color (decimal): -5940861 or 8608165. OLE color: 8608165.

HSL color Cylindrical-coordinate representation of color #A55983: hue angle of 326.84º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55983 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 131 -
CMYK 0 0.46 0.21 0.35
HSL 326.84º 0.3% 0.5% -
HSV(B) 326.84º 0.46% 0.65% -
XYZ 23.19 16.78 23.49 -
YUV 116.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 165 89 131 0 0.46 0.21 0.35 326.84 0.3 0.5
Hex A5 59 83 0 2E 15 23 147 1E 32
Octal 245 131 203 0 56 25 43 507 36 62
Binary 10100101 1011001 10000011 0 101110 10101 100011 101000111 11110 110010

Color Harmonies of #A55983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55983

Black with #A55983

Text Example


Text Example

White with #A55983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55983; }

 p { color: rgb(165,89,131); }

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

background-color css

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

 a { background-color: rgb(165,89,131); }

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

border-color css

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

 span { border-color: rgb(165,89,131); }

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