Html Css Color HEX #A854DF Medium Orchid

📋 copy color: '#A854DF'

red 168 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #A854DF

Tints of Medium Orchid #A854DF

RGB

 RED value IS 168 (66.02% from 255) = 35.37%

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

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

R = 35.37%
G = 17.68%
B = 46.95%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A854DF (or 0xA854DF) is known color: Medium Orchid. HEX triplet: A8, 54 and DF. RGB value is (168,84,223). Sum of RGB (Red+Green+Blue) = 168+84+223=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #A854DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854DF is #57AB20. Grayscale: #7C7C7C. Windows color (decimal): -5745441 or 14636200. OLE color: 14636200.

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

Color convert

RGB 168 84 223 -
CMYK 0.25 0.62 0 0.13
HSL 276.26º 0.68% 0.6% -
HSV(B) 276.26º 0.62% 0.87% -
XYZ 32.64 19.99 71.95 -
YUV 124.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 168 84 223 0.25 0.62 0 0.13 276.26 0.68 0.6
Hex A8 54 DF 19 3E 0 D 114 44 3C
Octal 250 124 337 31 76 0 15 424 104 74
Binary 10101000 1010100 11011111 11001 111110 0 1101 100010100 1000100 111100

Color Harmonies of #A854DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A854DF

Black with #A854DF

Text Example


Text Example

White with #A854DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A854DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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