Html Css Color HEX #A854E5 Medium Orchid

📋 copy color: '#A854E5'

red 168 ◦ green 84 ◦ blue 229

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

Shades of Medium Orchid #A854E5

Tints of Medium Orchid #A854E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 34.93%
G = 17.46%
B = 47.61%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A854E5 (or 0xA854E5) is known color: Medium Orchid. HEX triplet: A8, 54 and E5. RGB value is (168,84,229). Sum of RGB (Red+Green+Blue) = 168+84+229=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #A854E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854E5 is #57AB1A. Grayscale: #7D7D7D. Windows color (decimal): -5745435 or 15029416. OLE color: 15029416.

HSL color Cylindrical-coordinate representation of color #A854E5: hue angle of 274.76º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A854E5 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 84 229 -
CMYK 0.27 0.63 0 0.10
HSL 274.76º 0.74% 0.61% -
HSV(B) 274.76º 0.63% 0.9% -
XYZ 33.46 20.32 76.29 -
YUV 125.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 168 84 229 0.27 0.63 0 0.10 274.76 0.74 0.61
Hex A8 54 E5 1B 3F 0 A 113 4A 3D
Octal 250 124 345 33 77 0 12 423 112 75
Binary 10101000 1010100 11100101 11011 111111 0 1010 100010011 1001010 111101

Color Harmonies of #A854E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A854E5

Black with #A854E5

Text Example


Text Example

White with #A854E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A854E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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