#A63CCA

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

Shades of Dark Orchid #A63CCA

Tints of Dark Orchid #A63CCA

Color information

#A63CCA (or 0xA63CCA) is unknown color: approx Dark Orchid. HEX triplet: A6, 3C and CA. RGB value is (166,60,202). Sum of RGB (Red+Green+Blue) = 166+60+202=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #A63CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CCA is #59C335. Grayscale: #6B6B6B. Windows color (decimal): -5882678 or 13253798. OLE color: 13253798.

HSL color Cylindrical-coordinate representation of color #A63CCA: hue angle of 284.79º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63CCA is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16660202-
CMYK0.180.7000.21
HSL284.79º57.26%51.37%-
HSV(B)284.79º70.3%79.22%-
XYZ2815.657.41-
YUV107.88181.12169.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 60 (23.83% from 255) = 14.02%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=38.79%
G=14.02%
B=47.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166602020.180.7000.21284.7957.2651.37
HexA63CCA124601511d3933
Octal24674312221060254357163
Binary1010011011110011001010100101000110010101100011101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63CCA; }

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

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

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

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

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

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

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

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