Html Css Color HEX #A654E0 Medium Orchid

📋 copy color: '#A654E0'

red 166 ◦ green 84 ◦ blue 224

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

Shades of Medium Orchid #A654E0

Tints of Medium Orchid #A654E0

RGB

 RED value IS 166 (65.23% from 255) = 35.02%

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

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

R = 35.02%
G = 17.72%
B = 47.26%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A654E0 (or 0xA654E0) is known color: Medium Orchid. HEX triplet: A6, 54 and E0. RGB value is (166,84,224). Sum of RGB (Red+Green+Blue) = 166+84+224=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #A654E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A654E0 is #59AB1F. Grayscale: #7B7B7B. Windows color (decimal): -5876512 or 14701734. OLE color: 14701734.

HSL color Cylindrical-coordinate representation of color #A654E0: hue angle of 275.14º 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 #A654E0 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 84 224 -
CMYK 0.26 0.62 0 0.12
HSL 275.14º 0.69% 0.6% -
HSV(B) 275.14º 0.63% 0.88% -
XYZ 32.35 19.83 72.64 -
YUV 124.48 184.17 157.62 -
System Red Green Blue C M Y K H S L
Decimal 166 84 224 0.26 0.62 0 0.12 275.14 0.69 0.6
Hex A6 54 E0 1A 3E 0 C 113 45 3C
Octal 246 124 340 32 76 0 14 423 105 74
Binary 10100110 1010100 11100000 11010 111110 0 1100 100010011 1000101 111100

Color Harmonies of #A654E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A654E0

Black with #A654E0

Text Example


Text Example

White with #A654E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A654E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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