Html Css Color HEX #A854D6 Medium Orchid

📋 copy color: '#A854D6'

red 168 ◦ green 84 ◦ blue 214

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

Shades of Medium Orchid #A854D6

Tints of Medium Orchid #A854D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.92%

R = 36.05%
G = 18.03%
B = 45.92%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A854D6 (or 0xA854D6) is known color: Medium Orchid. HEX triplet: A8, 54 and D6. RGB value is (168,84,214). Sum of RGB (Red+Green+Blue) = 168+84+214=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #A854D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854D6 is #57AB29. Grayscale: #7B7B7B. Windows color (decimal): -5745450 or 14046376. OLE color: 14046376.

HSL color Cylindrical-coordinate representation of color #A854D6: hue angle of 278.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A854D6 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 84 214 -
CMYK 0.21 0.61 0 0.16
HSL 278.77º 0.61% 0.58% -
HSV(B) 278.77º 0.61% 0.84% -
XYZ 31.46 19.52 65.73 -
YUV 123.94 178.83 159.43 -
System Red Green Blue C M Y K H S L
Decimal 168 84 214 0.21 0.61 0 0.16 278.77 0.61 0.58
Hex A8 54 D6 15 3D 0 10 117 3D 3A
Octal 250 124 326 25 75 0 20 427 75 72
Binary 10101000 1010100 11010110 10101 111101 0 10000 100010111 111101 111010

Color Harmonies of #A854D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A854D6

Black with #A854D6

Text Example


Text Example

White with #A854D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A854D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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