#A645EB

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

Shades of Dark Orchid #A645EB

Tints of Dark Orchid #A645EB

Color information

#A645EB (or 0xA645EB) is unknown color: approx Dark Orchid. HEX triplet: A6, 45 and EB. RGB value is (166,69,235). Sum of RGB (Red+Green+Blue) = 166+69+235=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #A645EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A645EB is #59BA14. Grayscale: #747474. Windows color (decimal): -5880341 or 15418790. OLE color: 15418790.

HSL color Cylindrical-coordinate representation of color #A645EB: hue angle of 275.06º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A645EB is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16669235-
CMYK0.290.7100.08
HSL275.06º80.58%59.61%-
HSV(B)275.06º70.64%92.16%-
XYZ32.8518.3680.41-
YUV116.93194.64163-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 69 (27.34% from 255) = 14.68%
BLUE value IS 235 (92.19% from 255) = 50%
R=35.32%
G=14.68%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal166692350.290.7100.08275.0680.5859.61
HexA645EB1D4708113513c
Octal2461053533510701042312174
Binary10100110100010111101011111011000111010001000100111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A645EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A645EB; }

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

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

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

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

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

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

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

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