#A62EB1

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

Shades of Dark Orchid #A62EB1

Tints of Dark Orchid #A62EB1

Color information

#A62EB1 (or 0xA62EB1) is unknown color: approx Dark Orchid. HEX triplet: A6, 2E and B1. RGB value is (166,46,177). Sum of RGB (Red+Green+Blue) = 166+46+177=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #A62EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62EB1 is #59D14E. Grayscale: #606060. Windows color (decimal): -5886287 or 11611814. OLE color: 11611814.

HSL color Cylindrical-coordinate representation of color #A62EB1: hue angle of 294.96º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62EB1 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16646177-
CMYK0.060.7400.31
HSL294.96º58.74%43.73%-
HSV(B)294.96º74.01%69.41%-
XYZ24.6413.2442.85-
YUV96.81173.26177.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 46 (18.36% from 255) = 11.83%
BLUE value IS 177 (69.53% from 255) = 45.50%
R=42.67%
G=11.83%
B=45.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166461770.060.7400.31294.9658.7443.73
HexA62EB164A01F1273b2c
Octal2465626161120374477354
Binary10100110101110101100011101001010011111100100111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62EB1; }

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

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

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

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

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

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

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

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