#A046CC

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

Shades of Dark Orchid #A046CC

Tints of Dark Orchid #A046CC

Color information

#A046CC (or 0xA046CC) is unknown color: approx Dark Orchid. HEX triplet: A0, 46 and CC. RGB value is (160,70,204). Sum of RGB (Red+Green+Blue) = 160+70+204=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #A046CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046CC is #5FB933. Grayscale: #6F6F6F. Windows color (decimal): -6273332 or 13387424. OLE color: 13387424.

HSL color Cylindrical-coordinate representation of color #A046CC: hue angle of 280.3º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A046CC is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16070204-
CMYK0.220.6600.2
HSL280.3º56.78%53.73%-
HSV(B)280.3º65.69%80%-
XYZ27.5916.2158.8-
YUV112.19179.82162.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 70 (27.73% from 255) = 16.13%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=36.87%
G=16.13%
B=47.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal160702040.220.6600.2280.356.7853.73
HexA046CC16420141183936
Octal240106314261020244307166
Binary10100000100011011001100101101000010010100100011000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A046CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A046CC; }

 p { color: rgb(160,70,204); }

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

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

 a { background-color: rgb(160,70,204); }

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

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

 span { border-color: rgb(160,70,204); }

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