Html Css Color HEX #A46190 Strikemaster

📋 copy color: '#A46190'

red 164 ◦ green 97 ◦ blue 144

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

Shades of Strikemaster #A46190

Tints of Strikemaster #A46190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.95%

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 40.49%
G = 23.95%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A46190 (or 0xA46190) is known color: Strikemaster. HEX triplet: A4, 61 and 90. RGB value is (164,97,144). Sum of RGB (Red+Green+Blue) = 164+97+144=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A46190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46190 is #5B9E6F. Grayscale: #7A7A7A. Windows color (decimal): -6004336 or 9462180. OLE color: 9462180.

HSL color Cylindrical-coordinate representation of color #A46190: hue angle of 317.91º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46190 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 97 144 -
CMYK 0 0.41 0.12 0.36
HSL 317.91º 0.27% 0.51% -
HSV(B) 317.91º 0.41% 0.64% -
XYZ 24.62 18.46 28.65 -
YUV 122.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 164 97 144 0 0.41 0.12 0.36 317.91 0.27 0.51
Hex A4 61 90 0 29 C 24 13E 1B 33
Octal 244 141 220 0 51 14 44 476 33 63
Binary 10100100 1100001 10010000 0 101001 1100 100100 100111110 11011 110011

Color Harmonies of #A46190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46190

Black with #A46190

Text Example


Text Example

White with #A46190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46190; }

 p { color: rgb(164,97,144); }

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

background-color css

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

 a { background-color: rgb(164,97,144); }

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

border-color css

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

 span { border-color: rgb(164,97,144); }

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