#A446CC

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

Shades of Dark Orchid #A446CC

Tints of Dark Orchid #A446CC

Color information

#A446CC (or 0xA446CC) is unknown color: approx Dark Orchid. HEX triplet: A4, 46 and CC. RGB value is (164,70,204). Sum of RGB (Red+Green+Blue) = 164+70+204=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #A446CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446CC is #5BB933. Grayscale: #707070. Windows color (decimal): -6011188 or 13387428. OLE color: 13387428.

HSL color Cylindrical-coordinate representation of color #A446CC: hue angle of 282.09º 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 #A446CC is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16470204-
CMYK0.200.6600.2
HSL282.09º56.78%53.73%-
HSV(B)282.09º65.69%80%-
XYZ28.416.6358.84-
YUV113.38179.14164.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=37.44%
G=15.98%
B=46.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal164702040.200.6600.2282.0956.7853.73
HexA446CC144201411a3936
Octal244106314241020244327166
Binary10100100100011011001100101001000010010100100011010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A446CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A446CC; }

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

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

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

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

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

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

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

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