Html Css Color HEX #A85686 Strikemaster

📋 copy color: '#A85686'

red 168 ◦ green 86 ◦ blue 134

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

Shades of Strikemaster #A85686

Tints of Strikemaster #A85686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.16%

 BLUE value IS 134 (52.73% from 255) = 34.54%

R = 43.3%
G = 22.16%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A85686 (or 0xA85686) is known color: Strikemaster. HEX triplet: A8, 56 and 86. RGB value is (168,86,134). Sum of RGB (Red+Green+Blue) = 168+86+134=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A85686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85686 is #57A979. Grayscale: #737373. Windows color (decimal): -5745018 or 8804008. OLE color: 8804008.

HSL color Cylindrical-coordinate representation of color #A85686: hue angle of 324.88º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85686 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 86 134 -
CMYK 0 0.49 0.20 0.34
HSL 324.88º 0.32% 0.5% -
HSV(B) 324.88º 0.49% 0.66% -
XYZ 23.78 16.7 24.52 -
YUV 115.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 168 86 134 0 0.49 0.20 0.34 324.88 0.32 0.5
Hex A8 56 86 0 31 14 22 145 20 32
Octal 250 126 206 0 61 24 42 505 40 62
Binary 10101000 1010110 10000110 0 110001 10100 100010 101000101 100000 110010

Color Harmonies of #A85686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85686

Black with #A85686

Text Example


Text Example

White with #A85686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85686; }

 p { color: rgb(168,86,134); }

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

background-color css

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

 a { background-color: rgb(168,86,134); }

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

border-color css

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

 span { border-color: rgb(168,86,134); }

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