Html Css Color HEX #A45F80 Strikemaster

📋 copy color: '#A45F80'

red 164 ◦ green 95 ◦ blue 128

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

Shades of Strikemaster #A45F80

Tints of Strikemaster #A45F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

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

R = 42.38%
G = 24.55%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A45F80 (or 0xA45F80) is known color: Strikemaster. HEX triplet: A4, 5F and 80. RGB value is (164,95,128). Sum of RGB (Red+Green+Blue) = 164+95+128=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45F80 is #5BA07F. Grayscale: #777777. Windows color (decimal): -6004864 or 8413092. OLE color: 8413092.

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

Color convert

RGB 164 95 128 -
CMYK 0 0.42 0.22 0.36
HSL 331.3º 0.27% 0.51% -
HSV(B) 331.3º 0.42% 0.64% -
XYZ 23.3 17.64 22.6 -
YUV 119.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 164 95 128 0 0.42 0.22 0.36 331.3 0.27 0.51
Hex A4 5F 80 0 2A 16 24 14B 1B 33
Octal 244 137 200 0 52 26 44 513 33 63
Binary 10100100 1011111 10000000 0 101010 10110 100100 101001011 11011 110011

Color Harmonies of #A45F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45F80

Black with #A45F80

Text Example


Text Example

White with #A45F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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