#A639D4

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

Shades of Dark Orchid #A639D4

Tints of Dark Orchid #A639D4

Color information

#A639D4 (or 0xA639D4) is unknown color: approx Dark Orchid. HEX triplet: A6, 39 and D4. RGB value is (166,57,212). Sum of RGB (Red+Green+Blue) = 166+57+212=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #A639D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639D4 is #59C62B. Grayscale: #6A6A6A. Windows color (decimal): -5883436 or 13908390. OLE color: 13908390.

HSL color Cylindrical-coordinate representation of color #A639D4: hue angle of 282.19º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A639D4 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16657212-
CMYK0.220.7300.17
HSL282.19º64.32%52.75%-
HSV(B)282.19º73.11%83.14%-
XYZ29.0715.7963.8-
YUV107.26187.11169.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 57 (22.66% from 255) = 13.10%
BLUE value IS 212 (83.20% from 255) = 48.74%
R=38.16%
G=13.10%
B=48.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal166572120.220.7300.17282.1964.3252.75
HexA639D4164901111a4035
Octal246713242611102143210065
Binary10100110111001110101001011010010010100011000110101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A639D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A639D4; }

 p { color: rgb(166,57,212); }

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

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

 a { background-color: rgb(166,57,212); }

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

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

 span { border-color: rgb(166,57,212); }

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