Html Css Color HEX #A55C80 Strikemaster

📋 copy color: '#A55C80'

red 165 ◦ green 92 ◦ blue 128

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

Shades of Strikemaster #A55C80

Tints of Strikemaster #A55C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.25%

R = 42.86%
G = 23.9%
B = 33.25%

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

#A55C80 (or 0xA55C80) is known color: Strikemaster. HEX triplet: A5, 5C and 80. RGB value is (165,92,128). Sum of RGB (Red+Green+Blue) = 165+92+128=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C80 is #5AA37F. Grayscale: #757575. Windows color (decimal): -5940096 or 8412325. OLE color: 8412325.

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

Color convert

RGB 165 92 128 -
CMYK 0 0.44 0.22 0.35
HSL 330.41º 0.29% 0.5% -
HSV(B) 330.41º 0.44% 0.65% -
XYZ 23.24 17.21 22.52 -
YUV 117.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 165 92 128 0 0.44 0.22 0.35 330.41 0.29 0.5
Hex A5 5C 80 0 2C 16 23 14A 1D 32
Octal 245 134 200 0 54 26 43 512 35 62
Binary 10100101 1011100 10000000 0 101100 10110 100011 101001010 11101 110010

Color Harmonies of #A55C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C80

Black with #A55C80

Text Example


Text Example

White with #A55C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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