Html Css Color HEX #A55C81 Strikemaster

📋 copy color: '#A55C81'

red 165 ◦ green 92 ◦ blue 129

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

Shades of Strikemaster #A55C81

Tints of Strikemaster #A55C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.83%

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

R = 42.75%
G = 23.83%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A55C81 (or 0xA55C81) is known color: Strikemaster. HEX triplet: A5, 5C and 81. RGB value is (165,92,129). Sum of RGB (Red+Green+Blue) = 165+92+129=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C81 is #5AA37E. Grayscale: #757575. Windows color (decimal): -5940095 or 8477861. OLE color: 8477861.

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

Color convert

RGB 165 92 129 -
CMYK 0 0.44 0.22 0.35
HSL 329.59º 0.29% 0.5% -
HSV(B) 329.59º 0.44% 0.65% -
XYZ 23.31 17.24 22.87 -
YUV 118.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 165 92 129 0 0.44 0.22 0.35 329.59 0.29 0.5
Hex A5 5C 81 0 2C 16 23 14A 1D 32
Octal 245 134 201 0 54 26 43 512 35 62
Binary 10100101 1011100 10000001 0 101100 10110 100011 101001010 11101 110010

Color Harmonies of #A55C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C81

Black with #A55C81

Text Example


Text Example

White with #A55C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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