Html Css Color HEX #A06FDE Medium Purple

📋 copy color: '#A06FDE'

red 160 ◦ green 111 ◦ blue 222

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

Shades of Medium Purple #A06FDE

Tints of Medium Purple #A06FDE

RGB

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

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

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

R = 32.45%
G = 22.52%
B = 45.03%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A06FDE (or 0xA06FDE) is known color: Medium Purple. HEX triplet: A0, 6F and DE. RGB value is (160,111,222). Sum of RGB (Red+Green+Blue) = 160+111+222=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #A06FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FDE is #5F9021. Grayscale: #898989. Windows color (decimal): -6262818 or 14577568. OLE color: 14577568.

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

Color convert

RGB 160 111 222 -
CMYK 0.28 0.5 0 0.13
HSL 266.49º 0.63% 0.65% -
HSV(B) 266.49º 0.5% 0.87% -
XYZ 33.37 24.12 72 -
YUV 138.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 160 111 222 0.28 0.5 0 0.13 266.49 0.63 0.65
Hex A0 6F DE 1C 32 0 D 10A 3F 41
Octal 240 157 336 34 62 0 15 412 77 101
Binary 10100000 1101111 11011110 11100 110010 0 1101 100001010 111111 1000001

Color Harmonies of #A06FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FDE

Black with #A06FDE

Text Example


Text Example

White with #A06FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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