#a63ecb

Color #A63ECB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A63ECB

Tints of Dark Orchid #A63ECB

Color information

#A63ECB (or 0xA63ECB) is unknown color: approx Dark Orchid. HEX triplet: A6, 3E and CB. RGB value is (166,62,203). Sum of RGB (Red+Green+Blue) = 166+62+203=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #A63ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ECB is #59C134. Grayscale: #6C6C6C. Windows color (decimal): -5882165 or 13319846. OLE color: 13319846.

HSL color Cylindrical-coordinate representation of color #A63ECB: hue angle of 284.26º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63ECB is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16662203-
CMYK0.180.6900.20
HSL284.26º57.55%51.96%-
HSV(B)284.26º69.46%79.61%-
XYZ28.2315.8658.07-
YUV109.17180.96168.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 62 (24.61% from 255) = 14.39%
BLUE value IS 203 (79.69% from 255) = 47.10%
R=38.52%
G=14.39%
B=47.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166622030.180.6900.20284.2657.5551.96
HexA63ECB124501411c3a34
Octal24676313221050244347264
Binary1010011011111011001011100101000101010100100011100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a63ecb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a63ecb; }

 p { color: rgb(166,62,203); }

 H1.HeaderClassName
 {
   color: #a63ecb;
 }
 .AnyTagClassName
 {
   color: #a63ecb;
 }
</style>
background-color css

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

 a { background-color: rgb(166,62,203); }

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

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

 span { border-color: rgb(166,62,203); }

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