Html Css Color HEX #A46589 Strikemaster

📋 copy color: '#A46589'

red 164 ◦ green 101 ◦ blue 137

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

Shades of Strikemaster #A46589

Tints of Strikemaster #A46589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.12%

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

R = 40.8%
G = 25.12%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A46589 (or 0xA46589) is known color: Strikemaster. HEX triplet: A4, 65 and 89. RGB value is (164,101,137). Sum of RGB (Red+Green+Blue) = 164+101+137=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A46589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46589 is #5B9A76. Grayscale: #7B7B7B. Windows color (decimal): -6003319 or 9004452. OLE color: 9004452.

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

Color convert

RGB 164 101 137 -
CMYK 0 0.38 0.16 0.36
HSL 325.71º 0.26% 0.52% -
HSV(B) 325.71º 0.38% 0.64% -
XYZ 24.48 19.01 26.05 -
YUV 123.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 164 101 137 0 0.38 0.16 0.36 325.71 0.26 0.52
Hex A4 65 89 0 26 10 24 146 1A 34
Octal 244 145 211 0 46 20 44 506 32 64
Binary 10100100 1100101 10001001 0 100110 10000 100100 101000110 11010 110100

Color Harmonies of #A46589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46589

Black with #A46589

Text Example


Text Example

White with #A46589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46589; }

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

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

background-color css

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

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

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

border-color css

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

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

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