#A627B4

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

Shades of Dark Orchid #A627B4

Tints of Dark Orchid #A627B4

Color information

#A627B4 (or 0xA627B4) is unknown color: approx Dark Orchid. HEX triplet: A6, 27 and B4. RGB value is (166,39,180). Sum of RGB (Red+Green+Blue) = 166+39+180=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #A627B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A627B4 is #59D84B. Grayscale: #5C5C5C. Windows color (decimal): -5888076 or 11806630. OLE color: 11806630.

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

Color convert

RGB16639180-
CMYK0.080.7800.29
HSL294.04º64.38%42.94%-
HSV(B)294.04º78.33%70.59%-
XYZ24.6912.8544.36-
YUV93.05177.08180.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 39 (15.62% from 255) = 10.13%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=43.12%
G=10.13%
B=46.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166391800.080.7800.29294.0464.3842.94
HexA627B484E01D126402b
Octal246472641011603544610053
Binary1010011010011110110100100010011100111011001001101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A627B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A627B4; }

 p { color: rgb(166,39,180); }

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

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

 a { background-color: rgb(166,39,180); }

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

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

 span { border-color: rgb(166,39,180); }

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