Html Css Color HEX #A55984 Strikemaster

📋 copy color: '#A55984'

red 165 ◦ green 89 ◦ blue 132

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

Shades of Strikemaster #A55984

Tints of Strikemaster #A55984

RGB

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

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

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

R = 42.75%
G = 23.06%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A55984 (or 0xA55984) is known color: Strikemaster. HEX triplet: A5, 59 and 84. RGB value is (165,89,132). Sum of RGB (Red+Green+Blue) = 165+89+132=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A55984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55984 is #5AA67B. Grayscale: #747474. Windows color (decimal): -5940860 or 8673701. OLE color: 8673701.

HSL color Cylindrical-coordinate representation of color #A55984: hue angle of 326.05º 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 #A55984 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 132 -
CMYK 0 0.46 0.20 0.35
HSL 326.05º 0.3% 0.5% -
HSV(B) 326.05º 0.46% 0.65% -
XYZ 23.25 16.81 23.85 -
YUV 116.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 165 89 132 0 0.46 0.20 0.35 326.05 0.3 0.5
Hex A5 59 84 0 2E 14 23 146 1E 32
Octal 245 131 204 0 56 24 43 506 36 62
Binary 10100101 1011001 10000100 0 101110 10100 100011 101000110 11110 110010

Color Harmonies of #A55984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55984

Black with #A55984

Text Example


Text Example

White with #A55984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55984; }

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

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

background-color css

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

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

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

border-color css

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

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

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