Html Css Color HEX #A55584 Strikemaster

📋 copy color: '#A55584'

red 165 ◦ green 85 ◦ blue 132

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

Shades of Strikemaster #A55584

Tints of Strikemaster #A55584

RGB

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

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

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

R = 43.19%
G = 22.25%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A55584 (or 0xA55584) is known color: Strikemaster. HEX triplet: A5, 55 and 84. RGB value is (165,85,132). Sum of RGB (Red+Green+Blue) = 165+85+132=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A55584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55584 is #5AAA7B. Grayscale: #727272. Windows color (decimal): -5941884 or 8672677. OLE color: 8672677.

HSL color Cylindrical-coordinate representation of color #A55584: hue angle of 324.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55584 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 85 132 -
CMYK 0 0.48 0.20 0.35
HSL 324.75º 0.32% 0.49% -
HSV(B) 324.75º 0.48% 0.65% -
XYZ 22.93 16.16 23.74 -
YUV 114.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 165 85 132 0 0.48 0.20 0.35 324.75 0.32 0.49
Hex A5 55 84 0 30 14 23 145 20 31
Octal 245 125 204 0 60 24 43 505 40 61
Binary 10100101 1010101 10000100 0 110000 10100 100011 101000101 100000 110001

Color Harmonies of #A55584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55584

Black with #A55584

Text Example


Text Example

White with #A55584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55584; }

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

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

background-color css

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

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

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

border-color css

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

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

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