Html Css Color HEX #A086DC Medium Purple

📋 copy color: '#A086DC'

red 160 ◦ green 134 ◦ blue 220

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

Shades of Medium Purple #A086DC

Tints of Medium Purple #A086DC

RGB

 RED value IS 160 (62.89% from 255) = 31.13%

 GREEN value IS 134 (52.73% from 255) = 26.07%

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 31.13%
G = 26.07%
B = 42.8%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A086DC (or 0xA086DC) is known color: Medium Purple. HEX triplet: A0, 86 and DC. RGB value is (160,134,220). Sum of RGB (Red+Green+Blue) = 160+134+220=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #A086DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086DC is #5F7923. Grayscale: #979797. Windows color (decimal): -6256932 or 14452384. OLE color: 14452384.

HSL color Cylindrical-coordinate representation of color #A086DC: hue angle of 258.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A086DC is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 134 220 -
CMYK 0.27 0.39 0 0.14
HSL 258.14º 0.55% 0.69% -
HSV(B) 258.14º 0.39% 0.86% -
XYZ 35.94 29.69 71.55 -
YUV 151.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 160 134 220 0.27 0.39 0 0.14 258.14 0.55 0.69
Hex A0 86 DC 1B 27 0 E 102 37 45
Octal 240 206 334 33 47 0 16 402 67 105
Binary 10100000 10000110 11011100 11011 100111 0 1110 100000010 110111 1000101

Color Harmonies of #A086DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A086DC

Black with #A086DC

Text Example


Text Example

White with #A086DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A086DC; }

 p { color: rgb(160,134,220); }

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

background-color css

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

 a { background-color: rgb(160,134,220); }

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

border-color css

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

 span { border-color: rgb(160,134,220); }

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