Html Css Color HEX #A64ED2 Medium Orchid

📋 copy color: '#A64ED2'

red 166 ◦ green 78 ◦ blue 210

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

Shades of Medium Orchid #A64ED2

Tints of Medium Orchid #A64ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.26%

R = 36.56%
G = 17.18%
B = 46.26%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A64ED2 (or 0xA64ED2) is known color: Medium Orchid. HEX triplet: A6, 4E and D2. RGB value is (166,78,210). Sum of RGB (Red+Green+Blue) = 166+78+210=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #A64ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64ED2 is #59B12D. Grayscale: #767676. Windows color (decimal): -5878062 or 13782694. OLE color: 13782694.

HSL color Cylindrical-coordinate representation of color #A64ED2: hue angle of 280º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A64ED2 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 78 210 -
CMYK 0.21 0.63 0 0.18
HSL 280º 0.59% 0.56% -
HSV(B) 280º 0.63% 0.82% -
XYZ 30.08 18.21 62.9 -
YUV 119.36 179.15 161.27 -
System Red Green Blue C M Y K H S L
Decimal 166 78 210 0.21 0.63 0 0.18 280 0.59 0.56
Hex A6 4E D2 15 3F 0 12 118 3B 38
Octal 246 116 322 25 77 0 22 430 73 70
Binary 10100110 1001110 11010010 10101 111111 0 10010 100011000 111011 111000

Color Harmonies of #A64ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64ED2

Black with #A64ED2

Text Example


Text Example

White with #A64ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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