Html Css Color HEX #A46D8A Strikemaster

📋 copy color: '#A46D8A'

red 164 ◦ green 109 ◦ blue 138

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

Shades of Strikemaster #A46D8A

Tints of Strikemaster #A46D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 39.9%
G = 26.52%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A46D8A (or 0xA46D8A) is known color: Strikemaster. HEX triplet: A4, 6D and 8A. RGB value is (164,109,138). Sum of RGB (Red+Green+Blue) = 164+109+138=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D8A is #5B9275. Grayscale: #808080. Windows color (decimal): -6001270 or 9072036. OLE color: 9072036.

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

Color convert

RGB 164 109 138 -
CMYK 0 0.34 0.16 0.36
HSL 328.36º 0.23% 0.54% -
HSV(B) 328.36º 0.34% 0.64% -
XYZ 25.37 20.66 26.7 -
YUV 128.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 164 109 138 0 0.34 0.16 0.36 328.36 0.23 0.54
Hex A4 6D 8A 0 22 10 24 148 17 36
Octal 244 155 212 0 42 20 44 510 27 66
Binary 10100100 1101101 10001010 0 100010 10000 100100 101001000 10111 110110

Color Harmonies of #A46D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D8A

Black with #A46D8A

Text Example


Text Example

White with #A46D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D8A; }

 p { color: rgb(164,109,138); }

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

background-color css

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

 a { background-color: rgb(164,109,138); }

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

border-color css

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

 span { border-color: rgb(164,109,138); }

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