Html Css Color HEX #A654E2 Medium Orchid

📋 copy color: '#A654E2'

red 166 ◦ green 84 ◦ blue 226

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

Shades of Medium Orchid #A654E2

Tints of Medium Orchid #A654E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.48%

R = 34.87%
G = 17.65%
B = 47.48%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A654E2 (or 0xA654E2) is known color: Medium Orchid. HEX triplet: A6, 54 and E2. RGB value is (166,84,226). Sum of RGB (Red+Green+Blue) = 166+84+226=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 226 - color contains mainly: blue. Hex color #A654E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A654E2 is #59AB1D. Grayscale: #7C7C7C. Windows color (decimal): -5876510 or 14832806. OLE color: 14832806.

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

Color convert

RGB 166 84 226 -
CMYK 0.27 0.63 0 0.11
HSL 274.65º 0.71% 0.61% -
HSV(B) 274.65º 0.63% 0.89% -
XYZ 32.62 19.94 74.08 -
YUV 124.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 166 84 226 0.27 0.63 0 0.11 274.65 0.71 0.61
Hex A6 54 E2 1B 3F 0 B 113 47 3D
Octal 246 124 342 33 77 0 13 423 107 75
Binary 10100110 1010100 11100010 11011 111111 0 1011 100010011 1000111 111101

Color Harmonies of #A654E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A654E2

Black with #A654E2

Text Example


Text Example

White with #A654E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A654E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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