Html Css Color HEX #A854ED Medium Orchid

📋 copy color: '#A854ED'

red 168 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #A854ED

Tints of Medium Orchid #A854ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 34.36%
G = 17.18%
B = 48.47%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A854ED (or 0xA854ED) is known color: Medium Orchid. HEX triplet: A8, 54 and ED. RGB value is (168,84,237). Sum of RGB (Red+Green+Blue) = 168+84+237=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #A854ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A854ED is #57AB12. Grayscale: #7E7E7E. Windows color (decimal): -5745427 or 15553704. OLE color: 15553704.

HSL color Cylindrical-coordinate representation of color #A854ED: hue angle of 272.94º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A854ED is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 84 237 -
CMYK 0.29 0.65 0 0.07
HSL 272.94º 0.81% 0.63% -
HSV(B) 272.94º 0.65% 0.93% -
XYZ 34.6 20.78 82.31 -
YUV 126.56 190.33 157.56 -
System Red Green Blue C M Y K H S L
Decimal 168 84 237 0.29 0.65 0 0.07 272.94 0.81 0.63
Hex A8 54 ED 1D 41 0 7 111 51 3F
Octal 250 124 355 35 101 0 7 421 121 77
Binary 10101000 1010100 11101101 11101 1000001 0 111 100010001 1010001 111111

Color Harmonies of #A854ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A854ED

Black with #A854ED

Text Example


Text Example

White with #A854ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A854ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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