Html Css Color HEX #A45986 Strikemaster

📋 copy color: '#A45986'

red 164 ◦ green 89 ◦ blue 134

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

Shades of Strikemaster #A45986

Tints of Strikemaster #A45986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.63%

R = 42.38%
G = 23%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A45986 (or 0xA45986) is known color: Strikemaster. HEX triplet: A4, 59 and 86. RGB value is (164,89,134). Sum of RGB (Red+Green+Blue) = 164+89+134=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A45986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45986 is #5BA679. Grayscale: #747474. Windows color (decimal): -6006394 or 8804772. OLE color: 8804772.

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

Color convert

RGB 164 89 134 -
CMYK 0 0.46 0.18 0.36
HSL 324º 0.3% 0.5% -
HSV(B) 324º 0.46% 0.64% -
XYZ 23.19 16.76 24.57 -
YUV 116.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 164 89 134 0 0.46 0.18 0.36 324 0.3 0.5
Hex A4 59 86 0 2E 12 24 144 1E 32
Octal 244 131 206 0 56 22 44 504 36 62
Binary 10100100 1011001 10000110 0 101110 10010 100100 101000100 11110 110010

Color Harmonies of #A45986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45986

Black with #A45986

Text Example


Text Example

White with #A45986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45986; }

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

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

background-color css

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

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

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

border-color css

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

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

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