Html Css Color HEX #A854DC Medium Orchid

📋 copy color: '#A854DC'

red 168 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #A854DC

Tints of Medium Orchid #A854DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 35.59%
G = 17.8%
B = 46.61%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A854DC (or 0xA854DC) is known color: Medium Orchid. HEX triplet: A8, 54 and DC. RGB value is (168,84,220). Sum of RGB (Red+Green+Blue) = 168+84+220=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #A854DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854DC is #57AB23. Grayscale: #7C7C7C. Windows color (decimal): -5745444 or 14439592. OLE color: 14439592.

HSL color Cylindrical-coordinate representation of color #A854DC: hue angle of 277.06º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A854DC is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 84 220 -
CMYK 0.24 0.62 0 0.14
HSL 277.06º 0.66% 0.6% -
HSV(B) 277.06º 0.62% 0.86% -
XYZ 32.24 19.83 69.84 -
YUV 124.62 181.83 158.94 -
System Red Green Blue C M Y K H S L
Decimal 168 84 220 0.24 0.62 0 0.14 277.06 0.66 0.6
Hex A8 54 DC 18 3E 0 E 115 42 3C
Octal 250 124 334 30 76 0 16 425 102 74
Binary 10101000 1010100 11011100 11000 111110 0 1110 100010101 1000010 111100

Color Harmonies of #A854DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A854DC

Black with #A854DC

Text Example


Text Example

White with #A854DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A854DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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