Html Css Color HEX #A854E6 Medium Orchid

📋 copy color: '#A854E6'

red 168 ◦ green 84 ◦ blue 230

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

Shades of Medium Orchid #A854E6

Tints of Medium Orchid #A854E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.72%

R = 34.85%
G = 17.43%
B = 47.72%

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

#A854E6 (or 0xA854E6) is known color: Medium Orchid. HEX triplet: A8, 54 and E6. RGB value is (168,84,230). Sum of RGB (Red+Green+Blue) = 168+84+230=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #A854E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A854E6 is #57AB19. Grayscale: #7D7D7D. Windows color (decimal): -5745434 or 15094952. OLE color: 15094952.

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

Color convert

RGB 168 84 230 -
CMYK 0.27 0.63 0 0.10
HSL 274.52º 0.74% 0.62% -
HSV(B) 274.52º 0.63% 0.9% -
XYZ 33.6 20.38 77.03 -
YUV 125.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 168 84 230 0.27 0.63 0 0.10 274.52 0.74 0.62
Hex A8 54 E6 1B 3F 0 A 113 4A 3E
Octal 250 124 346 33 77 0 12 423 112 76
Binary 10101000 1010100 11100110 11011 111111 0 1010 100010011 1001010 111110

Color Harmonies of #A854E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A854E6

Black with #A854E6

Text Example


Text Example

White with #A854E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A854E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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