Html Css Color HEX #A06EDC Medium Purple

📋 copy color: '#A06EDC'

red 160 ◦ green 110 ◦ blue 220

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

Shades of Medium Purple #A06EDC

Tints of Medium Purple #A06EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.45%

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

R = 32.65%
G = 22.45%
B = 44.9%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A06EDC (or 0xA06EDC) is known color: Medium Purple. HEX triplet: A0, 6E and DC. RGB value is (160,110,220). Sum of RGB (Red+Green+Blue) = 160+110+220=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #A06EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EDC is #5F9123. Grayscale: #898989. Windows color (decimal): -6263076 or 14446240. OLE color: 14446240.

HSL color Cylindrical-coordinate representation of color #A06EDC: hue angle of 267.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06EDC is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 110 220 -
CMYK 0.27 0.50 0 0.14
HSL 267.27º 0.61% 0.65% -
HSV(B) 267.27º 0.5% 0.86% -
XYZ 32.99 23.79 70.56 -
YUV 137.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 160 110 220 0.27 0.50 0 0.14 267.27 0.61 0.65
Hex A0 6E DC 1B 32 0 E 10B 3D 41
Octal 240 156 334 33 62 0 16 413 75 101
Binary 10100000 1101110 11011100 11011 110010 0 1110 100001011 111101 1000001

Color Harmonies of #A06EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06EDC

Black with #A06EDC

Text Example


Text Example

White with #A06EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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