#A63CCC

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

Shades of Dark Orchid #A63CCC

Tints of Dark Orchid #A63CCC

Color information

#A63CCC (or 0xA63CCC) is unknown color: approx Dark Orchid. HEX triplet: A6, 3C and CC. RGB value is (166,60,204). Sum of RGB (Red+Green+Blue) = 166+60+204=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #A63CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CCC is #59C333. Grayscale: #6B6B6B. Windows color (decimal): -5882676 or 13384870. OLE color: 13384870.

HSL color Cylindrical-coordinate representation of color #A63CCC: hue angle of 284.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63CCC is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16660204-
CMYK0.190.7100.2
HSL284.17º58.54%51.76%-
HSV(B)284.17º70.59%80%-
XYZ28.2415.758.67-
YUV108.11182.12169.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 60 (23.83% from 255) = 13.95%
BLUE value IS 204 (80.08% from 255) = 47.44%
R=38.60%
G=13.95%
B=47.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal166602040.190.7100.2284.1758.5451.76
HexA63CCC134701411c3b34
Octal24674314231070244347364
Binary1010011011110011001100100111000111010100100011100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63CCC; }

 p { color: rgb(166,60,204); }

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

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

 a { background-color: rgb(166,60,204); }

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

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

 span { border-color: rgb(166,60,204); }

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