Html Css Color HEX #A45983 Strikemaster

📋 copy color: '#A45983'

red 164 ◦ green 89 ◦ blue 131

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

Shades of Strikemaster #A45983

Tints of Strikemaster #A45983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 42.71%
G = 23.18%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A45983 (or 0xA45983) is known color: Strikemaster. HEX triplet: A4, 59 and 83. RGB value is (164,89,131). Sum of RGB (Red+Green+Blue) = 164+89+131=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A45983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45983 is #5BA67C. Grayscale: #747474. Windows color (decimal): -6006397 or 8608164. OLE color: 8608164.

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

Color convert

RGB 164 89 131 -
CMYK 0 0.46 0.20 0.36
HSL 326.4º 0.3% 0.5% -
HSV(B) 326.4º 0.46% 0.64% -
XYZ 22.98 16.68 23.48 -
YUV 116.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 164 89 131 0 0.46 0.20 0.36 326.4 0.3 0.5
Hex A4 59 83 0 2E 14 24 146 1E 32
Octal 244 131 203 0 56 24 44 506 36 62
Binary 10100100 1011001 10000011 0 101110 10100 100100 101000110 11110 110010

Color Harmonies of #A45983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45983

Black with #A45983

Text Example


Text Example

White with #A45983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45983; }

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

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

background-color css

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

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

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

border-color css

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

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

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