Html Css Color HEX #A06EDE Medium Purple

📋 copy color: '#A06EDE'

red 160 ◦ green 110 ◦ blue 222

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

Shades of Medium Purple #A06EDE

Tints of Medium Purple #A06EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 32.52%
G = 22.36%
B = 45.12%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A06EDE (or 0xA06EDE) is known color: Medium Purple. HEX triplet: A0, 6E and DE. RGB value is (160,110,222). Sum of RGB (Red+Green+Blue) = 160+110+222=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #A06EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EDE is #5F9121. Grayscale: #898989. Windows color (decimal): -6263074 or 14577312. OLE color: 14577312.

HSL color Cylindrical-coordinate representation of color #A06EDE: hue angle of 266.79º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06EDE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 110 222 -
CMYK 0.28 0.50 0 0.13
HSL 266.79º 0.63% 0.65% -
HSV(B) 266.79º 0.5% 0.87% -
XYZ 33.26 23.9 71.97 -
YUV 137.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 160 110 222 0.28 0.50 0 0.13 266.79 0.63 0.65
Hex A0 6E DE 1C 32 0 D 10B 3F 41
Octal 240 156 336 34 62 0 15 413 77 101
Binary 10100000 1101110 11011110 11100 110010 0 1101 100001011 111111 1000001

Color Harmonies of #A06EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06EDE

Black with #A06EDE

Text Example


Text Example

White with #A06EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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