#A63FBB

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

Shades of Dark Orchid #A63FBB

Tints of Dark Orchid #A63FBB

Color information

#A63FBB (or 0xA63FBB) is unknown color: approx Dark Orchid. HEX triplet: A6, 3F and BB. RGB value is (166,63,187). Sum of RGB (Red+Green+Blue) = 166+63+187=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #A63FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FBB is #59C044. Grayscale: #6B6B6B. Windows color (decimal): -5881925 or 12271526. OLE color: 12271526.

HSL color Cylindrical-coordinate representation of color #A63FBB: hue angle of 289.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63FBB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16663187-
CMYK0.110.6600.27
HSL289.84º49.6%49.02%-
HSV(B)289.84º66.31%73.33%-
XYZ26.4715.2548.56-
YUV107.93172.62169.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 63 (25% from 255) = 15.14%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=39.90%
G=15.14%
B=44.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166631870.110.6600.27289.8449.649.02
HexA63FBBB4201B1223231
Octal24677273131020334426261
Binary101001101111111011101110111000010011011100100010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63FBB; }

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

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

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

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

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

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

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

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