#A623DB

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

Shades of Dark Orchid #A623DB

Tints of Dark Orchid #A623DB

Color information

#A623DB (or 0xA623DB) is unknown color: approx Dark Orchid. HEX triplet: A6, 23 and DB. RGB value is (166,35,219). Sum of RGB (Red+Green+Blue) = 166+35+219=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #A623DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A623DB is #59DC24. Grayscale: #5E5E5E. Windows color (decimal): -5889061 or 14361510. OLE color: 14361510.

HSL color Cylindrical-coordinate representation of color #A623DB: hue angle of 282.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A623DB is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16635219-
CMYK0.240.8400.14
HSL282.72º72.44%49.8%-
HSV(B)282.72º84.02%85.88%-
XYZ29.1114.4268.27-
YUV95.15197.9178.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 35 (14.06% from 255) = 8.33%
BLUE value IS 219 (85.94% from 255) = 52.14%
R=39.52%
G=8.33%
B=52.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal166352190.240.8400.14282.7272.4449.8
HexA623DB18540E11b4832
Octal246433333012401643311062
Binary1010011010001111011011110001010100011101000110111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A623DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A623DB; }

 p { color: rgb(166,35,219); }

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

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

 a { background-color: rgb(166,35,219); }

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

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

 span { border-color: rgb(166,35,219); }

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