Html Css Color HEX #A45089 Strikemaster

📋 copy color: '#A45089'

red 164 ◦ green 80 ◦ blue 137

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

Shades of Strikemaster #A45089

Tints of Strikemaster #A45089

RGB

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

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

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

R = 43.04%
G = 21%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A45089 (or 0xA45089) is known color: Strikemaster. HEX triplet: A4, 50 and 89. RGB value is (164,80,137). Sum of RGB (Red+Green+Blue) = 164+80+137=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A45089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45089 is #5BAF76. Grayscale: #6F6F6F. Windows color (decimal): -6008695 or 8999076. OLE color: 8999076.

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

Color convert

RGB 164 80 137 -
CMYK 0 0.51 0.16 0.36
HSL 319.29º 0.34% 0.48% -
HSV(B) 319.29º 0.51% 0.64% -
XYZ 22.69 15.44 25.45 -
YUV 111.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 164 80 137 0 0.51 0.16 0.36 319.29 0.34 0.48
Hex A4 50 89 0 33 10 24 13F 22 30
Octal 244 120 211 0 63 20 44 477 42 60
Binary 10100100 1010000 10001001 0 110011 10000 100100 100111111 100010 110000

Color Harmonies of #A45089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45089

Black with #A45089

Text Example


Text Example

White with #A45089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45089; }

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

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

background-color css

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

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

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

border-color css

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

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

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