#A645DE

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

Shades of Dark Orchid #A645DE

Tints of Dark Orchid #A645DE

Color information

#A645DE (or 0xA645DE) is unknown color: approx Dark Orchid. HEX triplet: A6, 45 and DE. RGB value is (166,69,222). Sum of RGB (Red+Green+Blue) = 166+69+222=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #A645DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645DE is #59BA21. Grayscale: #727272. Windows color (decimal): -5880354 or 14566822. OLE color: 14566822.

HSL color Cylindrical-coordinate representation of color #A645DE: hue angle of 278.04º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A645DE is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16669222-
CMYK0.250.6900.13
HSL278.04º69.86%57.06%-
HSV(B)278.04º68.92%87.06%-
XYZ31.0417.6470.88-
YUV115.44188.14164.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 69 (27.34% from 255) = 15.10%
BLUE value IS 222 (87.11% from 255) = 48.58%
R=36.32%
G=15.10%
B=48.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166692220.250.6900.13278.0469.8657.06
HexA645DE19450D1164639
Octal2461053363110501542610671
Binary10100110100010111011110110011000101011011000101101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A645DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A645DE; }

 p { color: rgb(166,69,222); }

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

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

 a { background-color: rgb(166,69,222); }

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

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

 span { border-color: rgb(166,69,222); }

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