Html Css Color HEX #A46CDF Medium Purple

📋 copy color: '#A46CDF'

red 164 ◦ green 108 ◦ blue 223

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

Shades of Medium Purple #A46CDF

Tints of Medium Purple #A46CDF

RGB

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

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

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

R = 33.13%
G = 21.82%
B = 45.05%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A46CDF (or 0xA46CDF) is known color: Medium Purple. HEX triplet: A4, 6C and DF. RGB value is (164,108,223). Sum of RGB (Red+Green+Blue) = 164+108+223=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #A46CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CDF is #5B9320. Grayscale: #898989. Windows color (decimal): -6001441 or 14642340. OLE color: 14642340.

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

Color convert

RGB 164 108 223 -
CMYK 0.26 0.52 0 0.13
HSL 269.22º 0.64% 0.65% -
HSV(B) 269.22º 0.52% 0.87% -
XYZ 33.99 23.95 72.64 -
YUV 137.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 164 108 223 0.26 0.52 0 0.13 269.22 0.64 0.65
Hex A4 6C DF 1A 34 0 D 10D 40 41
Octal 244 154 337 32 64 0 15 415 100 101
Binary 10100100 1101100 11011111 11010 110100 0 1101 100001101 1000000 1000001

Color Harmonies of #A46CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CDF

Black with #A46CDF

Text Example


Text Example

White with #A46CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CDF; }

 p { color: rgb(164,108,223); }

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

background-color css

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

 a { background-color: rgb(164,108,223); }

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

border-color css

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

 span { border-color: rgb(164,108,223); }

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