Html Css Color HEX #A86190 Strikemaster

📋 copy color: '#A86190'

red 168 ◦ green 97 ◦ blue 144

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

Shades of Strikemaster #A86190

Tints of Strikemaster #A86190

RGB

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

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

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

R = 41.08%
G = 23.72%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A86190 (or 0xA86190) is known color: Strikemaster. HEX triplet: A8, 61 and 90. RGB value is (168,97,144). Sum of RGB (Red+Green+Blue) = 168+97+144=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A86190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86190 is #579E6F. Grayscale: #7B7B7B. Windows color (decimal): -5742192 or 9462184. OLE color: 9462184.

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

Color convert

RGB 168 97 144 -
CMYK 0 0.42 0.14 0.34
HSL 320.28º 0.29% 0.52% -
HSV(B) 320.28º 0.42% 0.66% -
XYZ 25.46 18.89 28.69 -
YUV 123.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 168 97 144 0 0.42 0.14 0.34 320.28 0.29 0.52
Hex A8 61 90 0 2A E 22 140 1D 34
Octal 250 141 220 0 52 16 42 500 35 64
Binary 10101000 1100001 10010000 0 101010 1110 100010 101000000 11101 110100

Color Harmonies of #A86190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86190

Black with #A86190

Text Example


Text Example

White with #A86190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86190; }

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

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

background-color css

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

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

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

border-color css

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

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

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