Html Css Color HEX #A64ECF Medium Orchid

📋 copy color: '#A64ECF'

red 166 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #A64ECF

Tints of Medium Orchid #A64ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 36.81%
G = 17.29%
B = 45.9%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A64ECF (or 0xA64ECF) is known color: Medium Orchid. HEX triplet: A6, 4E and CF. RGB value is (166,78,207). Sum of RGB (Red+Green+Blue) = 166+78+207=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #A64ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64ECF is #59B130. Grayscale: #767676. Windows color (decimal): -5878065 or 13586086. OLE color: 13586086.

HSL color Cylindrical-coordinate representation of color #A64ECF: hue angle of 280.93º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A64ECF is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 78 207 -
CMYK 0.20 0.62 0 0.19
HSL 280.93º 0.57% 0.56% -
HSV(B) 280.93º 0.62% 0.81% -
XYZ 29.71 18.06 60.95 -
YUV 119.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 166 78 207 0.20 0.62 0 0.19 280.93 0.57 0.56
Hex A6 4E CF 14 3E 0 13 119 39 38
Octal 246 116 317 24 76 0 23 431 71 70
Binary 10100110 1001110 11001111 10100 111110 0 10011 100011001 111001 111000

Color Harmonies of #A64ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64ECF

Black with #A64ECF

Text Example


Text Example

White with #A64ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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