Html Css Color HEX #A45789 Strikemaster

📋 copy color: '#A45789'

red 164 ◦ green 87 ◦ blue 137

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

Shades of Strikemaster #A45789

Tints of Strikemaster #A45789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.31%

R = 42.27%
G = 22.42%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A45789 (or 0xA45789) is known color: Strikemaster. HEX triplet: A4, 57 and 89. RGB value is (164,87,137). Sum of RGB (Red+Green+Blue) = 164+87+137=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A45789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45789 is #5BA876. Grayscale: #737373. Windows color (decimal): -6006903 or 9000868. OLE color: 9000868.

HSL color Cylindrical-coordinate representation of color #A45789: hue angle of 321.04º 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 #A45789 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 87 137 -
CMYK 0 0.47 0.16 0.36
HSL 321.04º 0.31% 0.49% -
HSV(B) 321.04º 0.47% 0.64% -
XYZ 23.23 16.52 25.63 -
YUV 115.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 164 87 137 0 0.47 0.16 0.36 321.04 0.31 0.49
Hex A4 57 89 0 2F 10 24 141 1F 31
Octal 244 127 211 0 57 20 44 501 37 61
Binary 10100100 1010111 10001001 0 101111 10000 100100 101000001 11111 110001

Color Harmonies of #A45789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45789

Black with #A45789

Text Example


Text Example

White with #A45789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45789; }

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

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

background-color css

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

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

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

border-color css

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

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

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