Html Css Color HEX #A854EE Medium Orchid

📋 copy color: '#A854EE'

red 168 ◦ green 84 ◦ blue 238

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

Shades of Medium Orchid #A854EE

Tints of Medium Orchid #A854EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.57%

R = 34.29%
G = 17.14%
B = 48.57%

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

#A854EE (or 0xA854EE) is known color: Medium Orchid. HEX triplet: A8, 54 and EE. RGB value is (168,84,238). Sum of RGB (Red+Green+Blue) = 168+84+238=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #A854EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A854EE is #57AB11. Grayscale: #7E7E7E. Windows color (decimal): -5745426 or 15619240. OLE color: 15619240.

HSL color Cylindrical-coordinate representation of color #A854EE: hue angle of 272.73º degrees, saturation: 0.82, 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 #A854EE is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 84 238 -
CMYK 0.29 0.65 0 0.07
HSL 272.73º 0.82% 0.63% -
HSV(B) 272.73º 0.65% 0.93% -
XYZ 34.75 20.84 83.08 -
YUV 126.67 190.83 157.48 -
System Red Green Blue C M Y K H S L
Decimal 168 84 238 0.29 0.65 0 0.07 272.73 0.82 0.63
Hex A8 54 EE 1D 41 0 7 111 52 3F
Octal 250 124 356 35 101 0 7 421 122 77
Binary 10101000 1010100 11101110 11101 1000001 0 111 100010001 1010010 111111

Color Harmonies of #A854EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A854EE

Black with #A854EE

Text Example


Text Example

White with #A854EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A854EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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