#A645E1

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

Shades of Dark Orchid #A645E1

Tints of Dark Orchid #A645E1

Color information

#A645E1 (or 0xA645E1) is unknown color: approx Dark Orchid. HEX triplet: A6, 45 and E1. RGB value is (166,69,225). Sum of RGB (Red+Green+Blue) = 166+69+225=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #A645E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645E1 is #59BA1E. Grayscale: #737373. Windows color (decimal): -5880351 or 14763430. OLE color: 14763430.

HSL color Cylindrical-coordinate representation of color #A645E1: hue angle of 277.31º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A645E1 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16669225-
CMYK0.260.6900.12
HSL277.31º72.22%57.65%-
HSV(B)277.31º69.33%88.24%-
XYZ31.4417.873.01-
YUV115.79189.64163.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 69 (27.34% from 255) = 15%
BLUE value IS 225 (88.28% from 255) = 48.91%
R=36.09%
G=15%
B=48.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166692250.260.6900.12277.3172.2257.65
HexA645E11A450C115483a
Octal2461053413210501442511072
Binary10100110100010111100001110101000101011001000101011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A645E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A645E1; }

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

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

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

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

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

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

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

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