#A643CE

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

Shades of Dark Orchid #A643CE

Tints of Dark Orchid #A643CE

Color information

#A643CE (or 0xA643CE) is unknown color: approx Dark Orchid. HEX triplet: A6, 43 and CE. RGB value is (166,67,206). Sum of RGB (Red+Green+Blue) = 166+67+206=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #A643CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A643CE is #59BC31. Grayscale: #6F6F6F. Windows color (decimal): -5880882 or 13517734. OLE color: 13517734.

HSL color Cylindrical-coordinate representation of color #A643CE: hue angle of 282.73º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A643CE is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16667206-
CMYK0.190.6700.19
HSL282.73º58.65%53.53%-
HSV(B)282.73º67.48%80.78%-
XYZ28.8716.5860.07-
YUV112.45180.8166.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 67 (26.56% from 255) = 15.26%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=37.81%
G=15.26%
B=46.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166672060.190.6700.19282.7358.6553.53
HexA643CE134301311b3b36
Octal246103316231030234337366
Binary10100110100001111001110100111000011010011100011011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A643CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A643CE; }

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

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

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

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

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

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

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

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