#A63FBF

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

Shades of Dark Orchid #A63FBF

Tints of Dark Orchid #A63FBF

Color information

#A63FBF (or 0xA63FBF) is unknown color: approx Dark Orchid. HEX triplet: A6, 3F and BF. RGB value is (166,63,191). Sum of RGB (Red+Green+Blue) = 166+63+191=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #A63FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FBF is #59C040. Grayscale: #6B6B6B. Windows color (decimal): -5881921 or 12533670. OLE color: 12533670.

HSL color Cylindrical-coordinate representation of color #A63FBF: hue angle of 288.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63FBF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16663191-
CMYK0.130.6700.25
HSL288.28º50.39%49.8%-
HSV(B)288.28º67.02%74.9%-
XYZ26.9115.4250.85-
YUV108.39174.62169.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 63 (25% from 255) = 15%
BLUE value IS 191 (75% from 255) = 45.48%
R=39.52%
G=15%
B=45.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166631910.130.6700.25288.2850.3949.8
HexA63FBFD430191203232
Octal24677277151030314406262
Binary101001101111111011111111011000011011001100100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63FBF; }

 p { color: rgb(166,63,191); }

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

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

 a { background-color: rgb(166,63,191); }

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

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

 span { border-color: rgb(166,63,191); }

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