Html Css Color HEX #A55483 Strikemaster

📋 copy color: '#A55483'

red 165 ◦ green 84 ◦ blue 131

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

Shades of Strikemaster #A55483

Tints of Strikemaster #A55483

RGB

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

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

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

R = 43.42%
G = 22.11%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A55483 (or 0xA55483) is known color: Strikemaster. HEX triplet: A5, 54 and 83. RGB value is (165,84,131). Sum of RGB (Red+Green+Blue) = 165+84+131=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A55483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55483 is #5AAB7C. Grayscale: #717171. Windows color (decimal): -5942141 or 8606885. OLE color: 8606885.

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

Color convert

RGB 165 84 131 -
CMYK 0 0.49 0.21 0.35
HSL 325.19º 0.33% 0.49% -
HSV(B) 325.19º 0.49% 0.65% -
XYZ 22.78 15.98 23.36 -
YUV 113.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 165 84 131 0 0.49 0.21 0.35 325.19 0.33 0.49
Hex A5 54 83 0 31 15 23 145 21 31
Octal 245 124 203 0 61 25 43 505 41 61
Binary 10100101 1010100 10000011 0 110001 10101 100011 101000101 100001 110001

Color Harmonies of #A55483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55483

Black with #A55483

Text Example


Text Example

White with #A55483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55483; }

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

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

background-color css

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

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

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

border-color css

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

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

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