Html Css Color HEX #A45989 Strikemaster

📋 copy color: '#A45989'

red 164 ◦ green 89 ◦ blue 137

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

Shades of Strikemaster #A45989

Tints of Strikemaster #A45989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.82%

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

R = 42.05%
G = 22.82%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A45989 (or 0xA45989) is known color: Strikemaster. HEX triplet: A4, 59 and 89. RGB value is (164,89,137). Sum of RGB (Red+Green+Blue) = 164+89+137=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A45989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45989 is #5BA676. Grayscale: #747474. Windows color (decimal): -6006391 or 9001380. OLE color: 9001380.

HSL color Cylindrical-coordinate representation of color #A45989: hue angle of 321.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45989 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 89 137 -
CMYK 0 0.46 0.16 0.36
HSL 321.6º 0.3% 0.5% -
HSV(B) 321.6º 0.46% 0.64% -
XYZ 23.4 16.84 25.68 -
YUV 116.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 164 89 137 0 0.46 0.16 0.36 321.6 0.3 0.5
Hex A4 59 89 0 2E 10 24 142 1E 32
Octal 244 131 211 0 56 20 44 502 36 62
Binary 10100100 1011001 10001001 0 101110 10000 100100 101000010 11110 110010

Color Harmonies of #A45989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45989

Black with #A45989

Text Example


Text Example

White with #A45989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45989; }

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

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

background-color css

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

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

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

border-color css

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

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

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