Html Css Color HEX #A86390 Strikemaster

📋 copy color: '#A86390'

red 168 ◦ green 99 ◦ blue 144

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

Shades of Strikemaster #A86390

Tints of Strikemaster #A86390

RGB

 RED value IS 168 (66.02% from 255) = 40.88%

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

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

R = 40.88%
G = 24.09%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A86390 (or 0xA86390) is known color: Strikemaster. HEX triplet: A8, 63 and 90. RGB value is (168,99,144). Sum of RGB (Red+Green+Blue) = 168+99+144=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A86390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86390 is #579C6F. Grayscale: #7C7C7C. Windows color (decimal): -5741680 or 9462696. OLE color: 9462696.

HSL color Cylindrical-coordinate representation of color #A86390: hue angle of 320.87º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86390 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 99 144 -
CMYK 0 0.41 0.14 0.34
HSL 320.87º 0.28% 0.52% -
HSV(B) 320.87º 0.41% 0.66% -
XYZ 25.64 19.26 28.75 -
YUV 124.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 168 99 144 0 0.41 0.14 0.34 320.87 0.28 0.52
Hex A8 63 90 0 29 E 22 141 1C 34
Octal 250 143 220 0 51 16 42 501 34 64
Binary 10101000 1100011 10010000 0 101001 1110 100010 101000001 11100 110100

Color Harmonies of #A86390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86390

Black with #A86390

Text Example


Text Example

White with #A86390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86390; }

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

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

background-color css

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

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

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

border-color css

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

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

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