#a627b0

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

Shades of Dark Orchid #A627B0

Tints of Dark Orchid #A627B0

Color information

#A627B0 (or 0xA627B0) is unknown color: approx Dark Orchid. HEX triplet: A6, 27 and B0. RGB value is (166,39,176). Sum of RGB (Red+Green+Blue) = 166+39+176=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 176 - color contains mainly: blue. Hex color #A627B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A627B0 is #59D84F. Grayscale: #5C5C5C. Windows color (decimal): -5888080 or 11544486. OLE color: 11544486.

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

Color convert

RGB16639176-
CMYK0.060.7800.31
HSL295.62º63.72%42.16%-
HSV(B)295.62º77.84%69.02%-
XYZ24.2912.6942.24-
YUV92.59175.08180.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 39 (15.62% from 255) = 10.24%
BLUE value IS 176 (69.14% from 255) = 46.19%
R=43.57%
G=10.24%
B=46.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166391760.060.7800.31295.6263.7242.16
HexA627B064E01F128402a
Octal24647260611603745010052
Binary101001101001111011000011010011100111111001010001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a627b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a627b0; }

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

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

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

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

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

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

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

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