Html Css Color HEX #A06FDF Medium Purple

📋 copy color: '#A06FDF'

red 160 ◦ green 111 ◦ blue 223

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

Shades of Medium Purple #A06FDF

Tints of Medium Purple #A06FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.47%

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

R = 32.39%
G = 22.47%
B = 45.14%

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

#A06FDF (or 0xA06FDF) is known color: Medium Purple. HEX triplet: A0, 6F and DF. RGB value is (160,111,223). Sum of RGB (Red+Green+Blue) = 160+111+223=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #A06FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FDF is #5F9020. Grayscale: #8A8A8A. Windows color (decimal): -6262817 or 14643104. OLE color: 14643104.

HSL color Cylindrical-coordinate representation of color #A06FDF: hue angle of 266.25º degrees, saturation: 0.64, 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 #A06FDF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 111 223 -
CMYK 0.28 0.50 0 0.13
HSL 266.25º 0.64% 0.65% -
HSV(B) 266.25º 0.5% 0.87% -
XYZ 33.5 24.17 72.71 -
YUV 138.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 160 111 223 0.28 0.50 0 0.13 266.25 0.64 0.65
Hex A0 6F DF 1C 32 0 D 10A 40 41
Octal 240 157 337 34 62 0 15 412 100 101
Binary 10100000 1101111 11011111 11100 110010 0 1101 100001010 1000000 1000001

Color Harmonies of #A06FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FDF

Black with #A06FDF

Text Example


Text Example

White with #A06FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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