#A62DBE

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

Shades of Dark Orchid #A62DBE

Tints of Dark Orchid #A62DBE

Color information

#A62DBE (or 0xA62DBE) is unknown color: approx Dark Orchid. HEX triplet: A6, 2D and BE. RGB value is (166,45,190). Sum of RGB (Red+Green+Blue) = 166+45+190=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #A62DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DBE is #59D241. Grayscale: #616161. Windows color (decimal): -5886530 or 12463526. OLE color: 12463526.

HSL color Cylindrical-coordinate representation of color #A62DBE: hue angle of 290.07º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62DBE is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16645190-
CMYK0.130.7600.25
HSL290.07º61.7%46.08%-
HSV(B)290.07º76.32%74.51%-
XYZ25.9613.749.99-
YUV97.71180.09176.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 45 (17.97% from 255) = 11.22%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=41.40%
G=11.22%
B=47.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166451900.130.7600.25290.0761.746.08
HexA62DBED4C0191223e2e
Octal24655276151140314427656
Binary101001101011011011111011011001100011001100100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62DBE; }

 p { color: rgb(166,45,190); }

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

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

 a { background-color: rgb(166,45,190); }

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

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

 span { border-color: rgb(166,45,190); }

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