Html Css Color HEX #A654ED Medium Orchid

📋 copy color: '#A654ED'

red 166 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #A654ED

Tints of Medium Orchid #A654ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 34.09%
G = 17.25%
B = 48.67%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A654ED (or 0xA654ED) is known color: Medium Orchid. HEX triplet: A6, 54 and ED. RGB value is (166,84,237). Sum of RGB (Red+Green+Blue) = 166+84+237=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #A654ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A654ED is #59AB12. Grayscale: #7D7D7D. Windows color (decimal): -5876499 or 15553702. OLE color: 15553702.

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

Color convert

RGB 166 84 237 -
CMYK 0.30 0.65 0 0.07
HSL 272.16º 0.81% 0.63% -
HSV(B) 272.16º 0.65% 0.93% -
XYZ 34.18 20.56 82.29 -
YUV 125.96 190.67 156.56 -
System Red Green Blue C M Y K H S L
Decimal 166 84 237 0.30 0.65 0 0.07 272.16 0.81 0.63
Hex A6 54 ED 1E 41 0 7 110 51 3F
Octal 246 124 355 36 101 0 7 420 121 77
Binary 10100110 1010100 11101101 11110 1000001 0 111 100010000 1010001 111111

Color Harmonies of #A654ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A654ED

Black with #A654ED

Text Example


Text Example

White with #A654ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A654ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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