Html Css Color HEX #A06ADE Medium Purple

📋 copy color: '#A06ADE'

red 160 ◦ green 106 ◦ blue 222

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

Shades of Medium Purple #A06ADE

Tints of Medium Purple #A06ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.72%

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

R = 32.79%
G = 21.72%
B = 45.49%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A06ADE (or 0xA06ADE) is known color: Medium Purple. HEX triplet: A0, 6A and DE. RGB value is (160,106,222). Sum of RGB (Red+Green+Blue) = 160+106+222=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #A06ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ADE is #5F9521. Grayscale: #868686. Windows color (decimal): -6264098 or 14576288. OLE color: 14576288.

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

Color convert

RGB 160 106 222 -
CMYK 0.28 0.52 0 0.13
HSL 267.93º 0.64% 0.64% -
HSV(B) 267.93º 0.52% 0.87% -
XYZ 32.84 23.06 71.83 -
YUV 135.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 160 106 222 0.28 0.52 0 0.13 267.93 0.64 0.64
Hex A0 6A DE 1C 34 0 D 10C 40 40
Octal 240 152 336 34 64 0 15 414 100 100
Binary 10100000 1101010 11011110 11100 110100 0 1101 100001100 1000000 1000000

Color Harmonies of #A06ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ADE

Black with #A06ADE

Text Example


Text Example

White with #A06ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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