Html Css Color HEX #A45087 Strikemaster

📋 copy color: '#A45087'

red 164 ◦ green 80 ◦ blue 135

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

Shades of Strikemaster #A45087

Tints of Strikemaster #A45087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.11%

 BLUE value IS 135 (53.13% from 255) = 35.62%

R = 43.27%
G = 21.11%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A45087 (or 0xA45087) is known color: Strikemaster. HEX triplet: A4, 50 and 87. RGB value is (164,80,135). Sum of RGB (Red+Green+Blue) = 164+80+135=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A45087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45087 is #5BAF78. Grayscale: #6F6F6F. Windows color (decimal): -6008697 or 8868004. OLE color: 8868004.

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

Color convert

RGB 164 80 135 -
CMYK 0 0.51 0.18 0.36
HSL 320.71º 0.34% 0.48% -
HSV(B) 320.71º 0.51% 0.64% -
XYZ 22.55 15.38 24.7 -
YUV 111.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 164 80 135 0 0.51 0.18 0.36 320.71 0.34 0.48
Hex A4 50 87 0 33 12 24 141 22 30
Octal 244 120 207 0 63 22 44 501 42 60
Binary 10100100 1010000 10000111 0 110011 10010 100100 101000001 100010 110000

Color Harmonies of #A45087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45087

Black with #A45087

Text Example


Text Example

White with #A45087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45087; }

 p { color: rgb(164,80,135); }

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

background-color css

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

 a { background-color: rgb(164,80,135); }

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

border-color css

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

 span { border-color: rgb(164,80,135); }

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