Html Css Color HEX #A06CDE Medium Purple

📋 copy color: '#A06CDE'

red 160 ◦ green 108 ◦ blue 222

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

Shades of Medium Purple #A06CDE

Tints of Medium Purple #A06CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.04%

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

R = 32.65%
G = 22.04%
B = 45.31%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A06CDE (or 0xA06CDE) is known color: Medium Purple. HEX triplet: A0, 6C and DE. RGB value is (160,108,222). Sum of RGB (Red+Green+Blue) = 160+108+222=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #A06CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CDE is #5F9321. Grayscale: #888888. Windows color (decimal): -6263586 or 14576800. OLE color: 14576800.

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

Color convert

RGB 160 108 222 -
CMYK 0.28 0.51 0 0.13
HSL 267.37º 0.63% 0.65% -
HSV(B) 267.37º 0.51% 0.87% -
XYZ 33.04 23.47 71.9 -
YUV 136.54 176.23 144.73 -
System Red Green Blue C M Y K H S L
Decimal 160 108 222 0.28 0.51 0 0.13 267.37 0.63 0.65
Hex A0 6C DE 1C 33 0 D 10B 3F 41
Octal 240 154 336 34 63 0 15 413 77 101
Binary 10100000 1101100 11011110 11100 110011 0 1101 100001011 111111 1000001

Color Harmonies of #A06CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CDE

Black with #A06CDE

Text Example


Text Example

White with #A06CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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