#A04BE6

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

Shades of Dark Orchid #A04BE6

Tints of Dark Orchid #A04BE6

Color information

#A04BE6 (or 0xA04BE6) is unknown color: approx Dark Orchid. HEX triplet: A0, 4B and E6. RGB value is (160,75,230). Sum of RGB (Red+Green+Blue) = 160+75+230=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #A04BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04BE6 is #5FB419. Grayscale: #757575. Windows color (decimal): -6272026 or 15092640. OLE color: 15092640.

HSL color Cylindrical-coordinate representation of color #A04BE6: hue angle of 272.9º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04BE6 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16075230-
CMYK0.300.6700.10
HSL272.9º75.61%59.8%-
HSV(B)272.9º67.39%90.2%-
XYZ31.318.2276.73-
YUV118.08191.16157.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 75 (29.69% from 255) = 16.13%
BLUE value IS 230 (90.23% from 255) = 49.46%
R=34.41%
G=16.13%
B=49.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal160752300.300.6700.10272.975.6159.8
HexA04BE61E430A1114c3c
Octal2401133463610301242111474
Binary10100000100101111100110111101000011010101000100011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04BE6; }

 p { color: rgb(160,75,230); }

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

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

 a { background-color: rgb(160,75,230); }

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

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

 span { border-color: rgb(160,75,230); }

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