Html Css Color HEX #A55982 Strikemaster

📋 copy color: '#A55982'

red 165 ◦ green 89 ◦ blue 130

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

Shades of Strikemaster #A55982

Tints of Strikemaster #A55982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.85%

R = 42.97%
G = 23.18%
B = 33.85%

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

#A55982 (or 0xA55982) is known color: Strikemaster. HEX triplet: A5, 59 and 82. RGB value is (165,89,130). Sum of RGB (Red+Green+Blue) = 165+89+130=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A55982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55982 is #5AA67D. Grayscale: #747474. Windows color (decimal): -5940862 or 8542629. OLE color: 8542629.

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

Color convert

RGB 165 89 130 -
CMYK 0 0.46 0.21 0.35
HSL 327.63º 0.3% 0.5% -
HSV(B) 327.63º 0.46% 0.65% -
XYZ 23.12 16.76 23.13 -
YUV 116.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 165 89 130 0 0.46 0.21 0.35 327.63 0.3 0.5
Hex A5 59 82 0 2E 15 23 148 1E 32
Octal 245 131 202 0 56 25 43 510 36 62
Binary 10100101 1011001 10000010 0 101110 10101 100011 101001000 11110 110010

Color Harmonies of #A55982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55982

Black with #A55982

Text Example


Text Example

White with #A55982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55982; }

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

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

background-color css

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

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

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

border-color css

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

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

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