Html Css Color HEX #A06ADF Medium Purple

📋 copy color: '#A06ADF'

red 160 ◦ green 106 ◦ blue 223

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

Shades of Medium Purple #A06ADF

Tints of Medium Purple #A06ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 32.72%
G = 21.68%
B = 45.6%

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

#A06ADF (or 0xA06ADF) is known color: Medium Purple. HEX triplet: A0, 6A and DF. RGB value is (160,106,223). Sum of RGB (Red+Green+Blue) = 160+106+223=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #A06ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ADF is #5F9520. Grayscale: #878787. Windows color (decimal): -6264097 or 14641824. OLE color: 14641824.

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

Color convert

RGB 160 106 223 -
CMYK 0.28 0.52 0 0.13
HSL 267.69º 0.65% 0.65% -
HSV(B) 267.69º 0.52% 0.87% -
XYZ 32.97 23.11 72.53 -
YUV 135.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 160 106 223 0.28 0.52 0 0.13 267.69 0.65 0.65
Hex A0 6A DF 1C 34 0 D 10C 41 41
Octal 240 152 337 34 64 0 15 414 101 101
Binary 10100000 1101010 11011111 11100 110100 0 1101 100001100 1000001 1000001

Color Harmonies of #A06ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ADF

Black with #A06ADF

Text Example


Text Example

White with #A06ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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