Html Css Color HEX #A06DEC Medium Purple

📋 copy color: '#A06DEC'

red 160 ◦ green 109 ◦ blue 236

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

Shades of Medium Purple #A06DEC

Tints of Medium Purple #A06DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

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

R = 31.68%
G = 21.58%
B = 46.73%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A06DEC (or 0xA06DEC) is known color: Medium Purple. HEX triplet: A0, 6D and EC. RGB value is (160,109,236). Sum of RGB (Red+Green+Blue) = 160+109+236=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #A06DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06DEC is #5F9213. Grayscale: #8A8A8A. Windows color (decimal): -6263316 or 15494560. OLE color: 15494560.

HSL color Cylindrical-coordinate representation of color #A06DEC: hue angle of 264.09º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A06DEC is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 109 236 -
CMYK 0.32 0.54 0 0.07
HSL 264.09º 0.77% 0.68% -
HSV(B) 264.09º 0.54% 0.93% -
XYZ 35.11 24.47 82.23 -
YUV 138.73 182.9 143.17 -
System Red Green Blue C M Y K H S L
Decimal 160 109 236 0.32 0.54 0 0.07 264.09 0.77 0.68
Hex A0 6D EC 20 36 0 7 108 4D 44
Octal 240 155 354 40 66 0 7 410 115 104
Binary 10100000 1101101 11101100 100000 110110 0 111 100001000 1001101 1000100

Color Harmonies of #A06DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DEC

Black with #A06DEC

Text Example


Text Example

White with #A06DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DEC; }

 p { color: rgb(160,109,236); }

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

background-color css

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

 a { background-color: rgb(160,109,236); }

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

border-color css

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

 span { border-color: rgb(160,109,236); }

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