Html Css Color HEX #A64ECE Medium Orchid

📋 copy color: '#A64ECE'

red 166 ◦ green 78 ◦ blue 206

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

Shades of Medium Orchid #A64ECE

Tints of Medium Orchid #A64ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 36.89%
G = 17.33%
B = 45.78%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A64ECE (or 0xA64ECE) is known color: Medium Orchid. HEX triplet: A6, 4E and CE. RGB value is (166,78,206). Sum of RGB (Red+Green+Blue) = 166+78+206=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #A64ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64ECE is #59B131. Grayscale: #767676. Windows color (decimal): -5878066 or 13520550. OLE color: 13520550.

HSL color Cylindrical-coordinate representation of color #A64ECE: hue angle of 281.25º 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 #A64ECE is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 78 206 -
CMYK 0.19 0.62 0 0.19
HSL 281.25º 0.57% 0.56% -
HSV(B) 281.25º 0.62% 0.81% -
XYZ 29.59 18.01 60.31 -
YUV 118.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 166 78 206 0.19 0.62 0 0.19 281.25 0.57 0.56
Hex A6 4E CE 13 3E 0 13 119 39 38
Octal 246 116 316 23 76 0 23 431 71 70
Binary 10100110 1001110 11001110 10011 111110 0 10011 100011001 111001 111000

Color Harmonies of #A64ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64ECE

Black with #A64ECE

Text Example


Text Example

White with #A64ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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