#A63ABF

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

Shades of Dark Orchid #A63ABF

Tints of Dark Orchid #A63ABF

Color information

#A63ABF (or 0xA63ABF) is unknown color: approx Dark Orchid. HEX triplet: A6, 3A and BF. RGB value is (166,58,191). Sum of RGB (Red+Green+Blue) = 166+58+191=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #A63ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ABF is #59C540. Grayscale: #696969. Windows color (decimal): -5883201 or 12532390. OLE color: 12532390.

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

Color convert

RGB16658191-
CMYK0.130.7000.25
HSL288.72º53.41%48.82%-
HSV(B)288.72º69.63%74.9%-
XYZ26.6414.8950.76-
YUV105.45176.28171.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 58 (23.05% from 255) = 13.98%
BLUE value IS 191 (75% from 255) = 46.02%
R=40%
G=13.98%
B=46.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166581910.130.7000.25288.7253.4148.82
HexA63ABFD460191213531
Octal24672277151060314416561
Binary101001101110101011111111011000110011001100100001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63ABF; }

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

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

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

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

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

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

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

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