Html Css Color HEX #A654DF Medium Orchid

📋 copy color: '#A654DF'

red 166 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #A654DF

Tints of Medium Orchid #A654DF

RGB

 RED value IS 166 (65.23% from 255) = 35.1%

 GREEN value IS 84 (33.2% from 255) = 17.76%

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

R = 35.1%
G = 17.76%
B = 47.15%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A654DF (or 0xA654DF) is known color: Medium Orchid. HEX triplet: A6, 54 and DF. RGB value is (166,84,223). Sum of RGB (Red+Green+Blue) = 166+84+223=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #A654DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A654DF is #59AB20. Grayscale: #7B7B7B. Windows color (decimal): -5876513 or 14636198. OLE color: 14636198.

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

Color convert

RGB 166 84 223 -
CMYK 0.26 0.62 0 0.13
HSL 275.4º 0.68% 0.6% -
HSV(B) 275.4º 0.62% 0.87% -
XYZ 32.22 19.78 71.93 -
YUV 124.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 166 84 223 0.26 0.62 0 0.13 275.4 0.68 0.6
Hex A6 54 DF 1A 3E 0 D 113 44 3C
Octal 246 124 337 32 76 0 15 423 104 74
Binary 10100110 1010100 11011111 11010 111110 0 1101 100010011 1000100 111100

Color Harmonies of #A654DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A654DF

Black with #A654DF

Text Example


Text Example

White with #A654DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A654DF; }

 p { color: rgb(166,84,223); }

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

background-color css

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

 a { background-color: rgb(166,84,223); }

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

border-color css

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

 span { border-color: rgb(166,84,223); }

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