Html Css Color HEX #A45780 Strikemaster

📋 copy color: '#A45780'

red 164 ◦ green 87 ◦ blue 128

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

Shades of Strikemaster #A45780

Tints of Strikemaster #A45780

RGB

 RED value IS 164 (64.45% from 255) = 43.27%

 GREEN value IS 87 (34.38% from 255) = 22.96%

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

R = 43.27%
G = 22.96%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A45780 (or 0xA45780) is known color: Strikemaster. HEX triplet: A4, 57 and 80. RGB value is (164,87,128). Sum of RGB (Red+Green+Blue) = 164+87+128=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A45780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45780 is #5BA87F. Grayscale: #727272. Windows color (decimal): -6006912 or 8411044. OLE color: 8411044.

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

Color convert

RGB 164 87 128 -
CMYK 0 0.47 0.22 0.36
HSL 328.05º 0.31% 0.49% -
HSV(B) 328.05º 0.47% 0.64% -
XYZ 22.61 16.27 22.37 -
YUV 114.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 164 87 128 0 0.47 0.22 0.36 328.05 0.31 0.49
Hex A4 57 80 0 2F 16 24 148 1F 31
Octal 244 127 200 0 57 26 44 510 37 61
Binary 10100100 1010111 10000000 0 101111 10110 100100 101001000 11111 110001

Color Harmonies of #A45780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45780

Black with #A45780

Text Example


Text Example

White with #A45780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45780; }

 p { color: rgb(164,87,128); }

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

background-color css

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

 a { background-color: rgb(164,87,128); }

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

border-color css

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

 span { border-color: rgb(164,87,128); }

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