#A028CE

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

Shades of Dark Orchid #A028CE

Tints of Dark Orchid #A028CE

Color information

#A028CE (or 0xA028CE) is unknown color: approx Dark Orchid. HEX triplet: A0, 28 and CE. RGB value is (160,40,206). Sum of RGB (Red+Green+Blue) = 160+40+206=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #A028CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028CE is #5FD731. Grayscale: #5E5E5E. Windows color (decimal): -6281010 or 13510816. OLE color: 13510816.

HSL color Cylindrical-coordinate representation of color #A028CE: hue angle of 283.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A028CE is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16040206-
CMYK0.220.8100.19
HSL283.37º67.48%48.24%-
HSV(B)283.37º80.58%80.78%-
XYZ26.413.4559.6-
YUV94.8190.76174.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 40 (16.02% from 255) = 9.85%
BLUE value IS 206 (80.86% from 255) = 50.74%
R=39.41%
G=9.85%
B=50.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160402060.220.8100.19283.3767.4848.24
HexA028CE165101311b4330
Octal240503162612102343310360
Binary10100000101000110011101011010100010100111000110111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A028CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A028CE; }

 p { color: rgb(160,40,206); }

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

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

 a { background-color: rgb(160,40,206); }

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

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

 span { border-color: rgb(160,40,206); }

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