Html Css Color HEX #A64EED Medium Orchid

📋 copy color: '#A64EED'

red 166 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #A64EED

Tints of Medium Orchid #A64EED

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.22%

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

R = 34.51%
G = 16.22%
B = 49.27%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A64EED (or 0xA64EED) is known color: Medium Orchid. HEX triplet: A6, 4E and ED. RGB value is (166,78,237). Sum of RGB (Red+Green+Blue) = 166+78+237=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #A64EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64EED is #59B112. Grayscale: #797979. Windows color (decimal): -5878035 or 15552166. OLE color: 15552166.

HSL color Cylindrical-coordinate representation of color #A64EED: hue angle of 273.21º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64EED is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 78 237 -
CMYK 0.30 0.67 0 0.07
HSL 273.21º 0.82% 0.62% -
HSV(B) 273.21º 0.67% 0.93% -
XYZ 33.74 19.67 82.14 -
YUV 122.44 192.65 159.07 -
System Red Green Blue C M Y K H S L
Decimal 166 78 237 0.30 0.67 0 0.07 273.21 0.82 0.62
Hex A6 4E ED 1E 43 0 7 111 52 3E
Octal 246 116 355 36 103 0 7 421 122 76
Binary 10100110 1001110 11101101 11110 1000011 0 111 100010001 1010010 111110

Color Harmonies of #A64EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64EED

Black with #A64EED

Text Example


Text Example

White with #A64EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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