Html Css Color HEX #A45889 Strikemaster

📋 copy color: '#A45889'

red 164 ◦ green 88 ◦ blue 137

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

Shades of Strikemaster #A45889

Tints of Strikemaster #A45889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.62%

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

R = 42.16%
G = 22.62%
B = 35.22%

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

#A45889 (or 0xA45889) is known color: Strikemaster. HEX triplet: A4, 58 and 89. RGB value is (164,88,137). Sum of RGB (Red+Green+Blue) = 164+88+137=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A45889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45889 is #5BA776. Grayscale: #747474. Windows color (decimal): -6006647 or 9001124. OLE color: 9001124.

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

Color convert

RGB 164 88 137 -
CMYK 0 0.46 0.16 0.36
HSL 321.32º 0.3% 0.49% -
HSV(B) 321.32º 0.46% 0.64% -
XYZ 23.31 16.68 25.66 -
YUV 116.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 164 88 137 0 0.46 0.16 0.36 321.32 0.3 0.49
Hex A4 58 89 0 2E 10 24 141 1E 31
Octal 244 130 211 0 56 20 44 501 36 61
Binary 10100100 1011000 10001001 0 101110 10000 100100 101000001 11110 110001

Color Harmonies of #A45889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45889

Black with #A45889

Text Example


Text Example

White with #A45889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45889; }

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

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

background-color css

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

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

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

border-color css

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

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

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