Html Css Color HEX #A46390 Strikemaster

📋 copy color: '#A46390'

red 164 ◦ green 99 ◦ blue 144

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

Shades of Strikemaster #A46390

Tints of Strikemaster #A46390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

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

R = 40.29%
G = 24.32%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A46390 (or 0xA46390) is known color: Strikemaster. HEX triplet: A4, 63 and 90. RGB value is (164,99,144). Sum of RGB (Red+Green+Blue) = 164+99+144=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A46390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46390 is #5B9C6F. Grayscale: #7B7B7B. Windows color (decimal): -6003824 or 9462692. OLE color: 9462692.

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

Color convert

RGB 164 99 144 -
CMYK 0 0.40 0.12 0.36
HSL 318.46º 0.26% 0.52% -
HSV(B) 318.46º 0.4% 0.64% -
XYZ 24.81 18.83 28.71 -
YUV 123.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 164 99 144 0 0.40 0.12 0.36 318.46 0.26 0.52
Hex A4 63 90 0 28 C 24 13E 1A 34
Octal 244 143 220 0 50 14 44 476 32 64
Binary 10100100 1100011 10010000 0 101000 1100 100100 100111110 11010 110100

Color Harmonies of #A46390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46390

Black with #A46390

Text Example


Text Example

White with #A46390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46390; }

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

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

background-color css

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

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

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

border-color css

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

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

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