Html Css Color HEX #A45580 Strikemaster

📋 copy color: '#A45580'

red 164 ◦ green 85 ◦ blue 128

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

Shades of Strikemaster #A45580

Tints of Strikemaster #A45580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

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

R = 43.5%
G = 22.55%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A45580 (or 0xA45580) is known color: Strikemaster. HEX triplet: A4, 55 and 80. RGB value is (164,85,128). Sum of RGB (Red+Green+Blue) = 164+85+128=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A45580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45580 is #5BAA7F. Grayscale: #717171. Windows color (decimal): -6007424 or 8410532. OLE color: 8410532.

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

Color convert

RGB 164 85 128 -
CMYK 0 0.48 0.22 0.36
HSL 327.34º 0.32% 0.49% -
HSV(B) 327.34º 0.48% 0.64% -
XYZ 22.45 15.95 22.32 -
YUV 113.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 164 85 128 0 0.48 0.22 0.36 327.34 0.32 0.49
Hex A4 55 80 0 30 16 24 147 20 31
Octal 244 125 200 0 60 26 44 507 40 61
Binary 10100100 1010101 10000000 0 110000 10110 100100 101000111 100000 110001

Color Harmonies of #A45580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45580

Black with #A45580

Text Example


Text Example

White with #A45580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45580; }

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

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

background-color css

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

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

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

border-color css

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

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

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