Html Css Color HEX #A55881 Strikemaster

📋 copy color: '#A55881'

red 165 ◦ green 88 ◦ blue 129

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

Shades of Strikemaster #A55881

Tints of Strikemaster #A55881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.04%

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 43.19%
G = 23.04%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A55881 (or 0xA55881) is known color: Strikemaster. HEX triplet: A5, 58 and 81. RGB value is (165,88,129). Sum of RGB (Red+Green+Blue) = 165+88+129=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A55881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55881 is #5AA77E. Grayscale: #737373. Windows color (decimal): -5941119 or 8476837. OLE color: 8476837.

HSL color Cylindrical-coordinate representation of color #A55881: hue angle of 328.05º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55881 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 88 129 -
CMYK 0 0.47 0.22 0.35
HSL 328.05º 0.3% 0.5% -
HSV(B) 328.05º 0.47% 0.65% -
XYZ 22.97 16.56 22.76 -
YUV 115.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 165 88 129 0 0.47 0.22 0.35 328.05 0.3 0.5
Hex A5 58 81 0 2F 16 23 148 1E 32
Octal 245 130 201 0 57 26 43 510 36 62
Binary 10100101 1011000 10000001 0 101111 10110 100011 101001000 11110 110010

Color Harmonies of #A55881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55881

Black with #A55881

Text Example


Text Example

White with #A55881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55881; }

 p { color: rgb(165,88,129); }

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

background-color css

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

 a { background-color: rgb(165,88,129); }

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

border-color css

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

 span { border-color: rgb(165,88,129); }

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