#A646E4

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

Shades of Dark Orchid #A646E4

Tints of Dark Orchid #A646E4

Color information

#A646E4 (or 0xA646E4) is unknown color: approx Dark Orchid. HEX triplet: A6, 46 and E4. RGB value is (166,70,228). Sum of RGB (Red+Green+Blue) = 166+70+228=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #A646E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A646E4 is #59B91B. Grayscale: #747474. Windows color (decimal): -5880092 or 14960294. OLE color: 14960294.

HSL color Cylindrical-coordinate representation of color #A646E4: hue angle of 276.46º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A646E4 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16670228-
CMYK0.270.6900.11
HSL276.46º74.53%58.43%-
HSV(B)276.46º69.3%89.41%-
XYZ31.9218.0975.21-
YUV116.72190.8163.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 70 (27.73% from 255) = 15.09%
BLUE value IS 228 (89.45% from 255) = 49.14%
R=35.78%
G=15.09%
B=49.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal166702280.270.6900.11276.4674.5358.43
HexA646E41B450B1144b3a
Octal2461063443310501342411372
Binary10100110100011011100100110111000101010111000101001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A646E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A646E4; }

 p { color: rgb(166,70,228); }

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

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

 a { background-color: rgb(166,70,228); }

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

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

 span { border-color: rgb(166,70,228); }

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