Html Css Color HEX #A685EC Medium Purple

📋 copy color: '#A685EC'

red 166 ◦ green 133 ◦ blue 236

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

Shades of Medium Purple #A685EC

Tints of Medium Purple #A685EC

RGB

 RED value IS 166 (65.23% from 255) = 31.03%

 GREEN value IS 133 (52.34% from 255) = 24.86%

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 31.03%
G = 24.86%
B = 44.11%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A685EC (or 0xA685EC) is known color: Medium Purple. HEX triplet: A6, 85 and EC. RGB value is (166,133,236). Sum of RGB (Red+Green+Blue) = 166+133+236=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #A685EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A685EC is #597A13. Grayscale: #9A9A9A. Windows color (decimal): -5863956 or 15500710. OLE color: 15500710.

HSL color Cylindrical-coordinate representation of color #A685EC: hue angle of 259.22º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A685EC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 133 236 -
CMYK 0.30 0.44 0 0.07
HSL 259.22º 0.73% 0.72% -
HSV(B) 259.22º 0.44% 0.93% -
XYZ 39.25 30.94 83.26 -
YUV 154.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 166 133 236 0.30 0.44 0 0.07 259.22 0.73 0.72
Hex A6 85 EC 1E 2C 0 7 103 49 48
Octal 246 205 354 36 54 0 7 403 111 110
Binary 10100110 10000101 11101100 11110 101100 0 111 100000011 1001001 1001000

Color Harmonies of #A685EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A685EC

Black with #A685EC

Text Example


Text Example

White with #A685EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A685EC; }

 p { color: rgb(166,133,236); }

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

background-color css

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

 a { background-color: rgb(166,133,236); }

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

border-color css

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

 span { border-color: rgb(166,133,236); }

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