Html Css Color HEX #A06DED Medium Purple

📋 copy color: '#A06DED'

red 160 ◦ green 109 ◦ blue 237

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

Shades of Medium Purple #A06DED

Tints of Medium Purple #A06DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 31.62%
G = 21.54%
B = 46.84%

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

#A06DED (or 0xA06DED) is known color: Medium Purple. HEX triplet: A0, 6D and ED. RGB value is (160,109,237). Sum of RGB (Red+Green+Blue) = 160+109+237=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #A06DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06DED is #5F9212. Grayscale: #8A8A8A. Windows color (decimal): -6263315 or 15560096. OLE color: 15560096.

HSL color Cylindrical-coordinate representation of color #A06DED: hue angle of 263.91º degrees, saturation: 0.78, 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 #A06DED is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 109 237 -
CMYK 0.32 0.54 0 0.07
HSL 263.91º 0.78% 0.68% -
HSV(B) 263.91º 0.54% 0.93% -
XYZ 35.25 24.53 83 -
YUV 138.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 160 109 237 0.32 0.54 0 0.07 263.91 0.78 0.68
Hex A0 6D ED 20 36 0 7 108 4E 44
Octal 240 155 355 40 66 0 7 410 116 104
Binary 10100000 1101101 11101101 100000 110110 0 111 100001000 1001110 1000100

Color Harmonies of #A06DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DED

Black with #A06DED

Text Example


Text Example

White with #A06DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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