Html Css Color HEX #A854E0 Medium Orchid

📋 copy color: '#A854E0'

red 168 ◦ green 84 ◦ blue 224

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

Shades of Medium Orchid #A854E0

Tints of Medium Orchid #A854E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.06%

R = 35.29%
G = 17.65%
B = 47.06%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A854E0 (or 0xA854E0) is known color: Medium Orchid. HEX triplet: A8, 54 and E0. RGB value is (168,84,224). Sum of RGB (Red+Green+Blue) = 168+84+224=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #A854E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854E0 is #57AB1F. Grayscale: #7C7C7C. Windows color (decimal): -5745440 or 14701736. OLE color: 14701736.

HSL color Cylindrical-coordinate representation of color #A854E0: hue angle of 276º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A854E0 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 84 224 -
CMYK 0.25 0.62 0 0.12
HSL 276º 0.69% 0.6% -
HSV(B) 276º 0.63% 0.88% -
XYZ 32.77 20.05 72.66 -
YUV 125.08 183.83 158.62 -
System Red Green Blue C M Y K H S L
Decimal 168 84 224 0.25 0.62 0 0.12 276 0.69 0.6
Hex A8 54 E0 19 3E 0 C 114 45 3C
Octal 250 124 340 31 76 0 14 424 105 74
Binary 10101000 1010100 11100000 11001 111110 0 1100 100010100 1000101 111100

Color Harmonies of #A854E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A854E0

Black with #A854E0

Text Example


Text Example

White with #A854E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A854E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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