Html Css Color HEX #A46DDE Medium Purple

📋 copy color: '#A46DDE'

red 164 ◦ green 109 ◦ blue 222

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

Shades of Medium Purple #A46DDE

Tints of Medium Purple #A46DDE

RGB

 RED value IS 164 (64.45% from 255) = 33.13%

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

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

R = 33.13%
G = 22.02%
B = 44.85%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A46DDE (or 0xA46DDE) is known color: Medium Purple. HEX triplet: A4, 6D and DE. RGB value is (164,109,222). Sum of RGB (Red+Green+Blue) = 164+109+222=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #A46DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DDE is #5B9221. Grayscale: #898989. Windows color (decimal): -6001186 or 14577060. OLE color: 14577060.

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

Color convert

RGB 164 109 222 -
CMYK 0.26 0.51 0 0.13
HSL 269.2º 0.63% 0.65% -
HSV(B) 269.2º 0.51% 0.87% -
XYZ 33.96 24.1 71.97 -
YUV 138.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 164 109 222 0.26 0.51 0 0.13 269.2 0.63 0.65
Hex A4 6D DE 1A 33 0 D 10D 3F 41
Octal 244 155 336 32 63 0 15 415 77 101
Binary 10100100 1101101 11011110 11010 110011 0 1101 100001101 111111 1000001

Color Harmonies of #A46DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DDE

Black with #A46DDE

Text Example


Text Example

White with #A46DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DDE; }

 p { color: rgb(164,109,222); }

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

background-color css

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

 a { background-color: rgb(164,109,222); }

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

border-color css

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

 span { border-color: rgb(164,109,222); }

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