#A029BF

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

Shades of Dark Orchid #A029BF

Tints of Dark Orchid #A029BF

Color information

#A029BF (or 0xA029BF) is unknown color: approx Dark Orchid. HEX triplet: A0, 29 and BF. RGB value is (160,41,191). Sum of RGB (Red+Green+Blue) = 160+41+191=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #A029BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A029BF is #5FD640. Grayscale: #5D5D5D. Windows color (decimal): -6280769 or 12528032. OLE color: 12528032.

HSL color Cylindrical-coordinate representation of color #A029BF: hue angle of 287.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A029BF is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16041191-
CMYK0.160.7900.25
HSL287.6º64.66%45.49%-
HSV(B)287.6º78.53%74.9%-
XYZ24.6912.8250.46-
YUV93.68182.92175.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 41 (16.41% from 255) = 10.46%
BLUE value IS 191 (75% from 255) = 48.72%
R=40.82%
G=10.46%
B=48.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160411910.160.7900.25287.664.6645.49
HexA029BF104F019120412d
Octal240512772011703144010155
Binary10100000101001101111111000010011110110011001000001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A029BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A029BF; }

 p { color: rgb(160,41,191); }

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

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

 a { background-color: rgb(160,41,191); }

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

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

 span { border-color: rgb(160,41,191); }

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