Html Css Color HEX #A55485 Strikemaster

📋 copy color: '#A55485'

red 165 ◦ green 84 ◦ blue 133

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

Shades of Strikemaster #A55485

Tints of Strikemaster #A55485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

 BLUE value IS 133 (52.34% from 255) = 34.82%

R = 43.19%
G = 21.99%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A55485 (or 0xA55485) is known color: Strikemaster. HEX triplet: A5, 54 and 85. RGB value is (165,84,133). Sum of RGB (Red+Green+Blue) = 165+84+133=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A55485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55485 is #5AAB7A. Grayscale: #717171. Windows color (decimal): -5942139 or 8737957. OLE color: 8737957.

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

Color convert

RGB 165 84 133 -
CMYK 0 0.49 0.19 0.35
HSL 323.7º 0.33% 0.49% -
HSV(B) 323.7º 0.49% 0.65% -
XYZ 22.92 16.03 24.08 -
YUV 113.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 165 84 133 0 0.49 0.19 0.35 323.7 0.33 0.49
Hex A5 54 85 0 31 13 23 144 21 31
Octal 245 124 205 0 61 23 43 504 41 61
Binary 10100101 1010100 10000101 0 110001 10011 100011 101000100 100001 110001

Color Harmonies of #A55485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55485

Black with #A55485

Text Example


Text Example

White with #A55485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55485; }

 p { color: rgb(165,84,133); }

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

background-color css

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

 a { background-color: rgb(165,84,133); }

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

border-color css

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

 span { border-color: rgb(165,84,133); }

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