Html Css Color HEX #A55D8F Strikemaster

📋 copy color: '#A55D8F'

red 165 ◦ green 93 ◦ blue 143

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

Shades of Strikemaster #A55D8F

Tints of Strikemaster #A55D8F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.19%

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 41.15%
G = 23.19%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A55D8F (or 0xA55D8F) is known color: Strikemaster. HEX triplet: A5, 5D and 8F. RGB value is (165,93,143). Sum of RGB (Red+Green+Blue) = 165+93+143=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55D8F is #5AA270. Grayscale: #787878. Windows color (decimal): -5939825 or 9395621. OLE color: 9395621.

HSL color Cylindrical-coordinate representation of color #A55D8F: hue angle of 318.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55D8F is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 93 143 -
CMYK 0 0.44 0.13 0.35
HSL 318.33º 0.29% 0.51% -
HSV(B) 318.33º 0.44% 0.65% -
XYZ 24.39 17.81 28.14 -
YUV 120.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 165 93 143 0 0.44 0.13 0.35 318.33 0.29 0.51
Hex A5 5D 8F 0 2C D 23 13E 1D 33
Octal 245 135 217 0 54 15 43 476 35 63
Binary 10100101 1011101 10001111 0 101100 1101 100011 100111110 11101 110011

Color Harmonies of #A55D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D8F

Black with #A55D8F

Text Example


Text Example

White with #A55D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D8F; }

 p { color: rgb(165,93,143); }

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

background-color css

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

 a { background-color: rgb(165,93,143); }

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

border-color css

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

 span { border-color: rgb(165,93,143); }

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