#A62ECB

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

Shades of Dark Orchid #A62ECB

Tints of Dark Orchid #A62ECB

Color information

#A62ECB (or 0xA62ECB) is unknown color: approx Dark Orchid. HEX triplet: A6, 2E and CB. RGB value is (166,46,203). Sum of RGB (Red+Green+Blue) = 166+46+203=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #A62ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ECB is #59D134. Grayscale: #636363. Windows color (decimal): -5886261 or 13315750. OLE color: 13315750.

HSL color Cylindrical-coordinate representation of color #A62ECB: hue angle of 285.86º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62ECB is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16646203-
CMYK0.180.7700.20
HSL285.86º63.05%48.82%-
HSV(B)285.86º77.34%79.61%-
XYZ27.4814.3757.83-
YUV99.78186.26175.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 46 (18.36% from 255) = 11.08%
BLUE value IS 203 (79.69% from 255) = 48.92%
R=40%
G=11.08%
B=48.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166462030.180.7700.20285.8663.0548.82
HexA62ECB124D01411e3f31
Octal24656313221150244367761
Binary1010011010111011001011100101001101010100100011110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62ECB; }

 p { color: rgb(166,46,203); }

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

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

 a { background-color: rgb(166,46,203); }

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

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

 span { border-color: rgb(166,46,203); }

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