#A028B9

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

Shades of Dark Orchid #A028B9

Tints of Dark Orchid #A028B9

Color information

#A028B9 (or 0xA028B9) is unknown color: approx Dark Orchid. HEX triplet: A0, 28 and B9. RGB value is (160,40,185). Sum of RGB (Red+Green+Blue) = 160+40+185=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #A028B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028B9 is #5FD746. Grayscale: #5B5B5B. Windows color (decimal): -6281031 or 12134560. OLE color: 12134560.

HSL color Cylindrical-coordinate representation of color #A028B9: hue angle of 289.66º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A028B9 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16040185-
CMYK0.140.7800.27
HSL289.66º64.44%44.12%-
HSV(B)289.66º78.38%72.55%-
XYZ24.0112.4947.04-
YUV92.41180.26176.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 40 (16.02% from 255) = 10.39%
BLUE value IS 185 (72.66% from 255) = 48.05%
R=41.56%
G=10.39%
B=48.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160401850.140.7800.27289.6664.4444.12
HexA028B9E4E01B122402c
Octal240502711611603344210054
Binary1010000010100010111001111010011100110111001000101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A028B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A028B9; }

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

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

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

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

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

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

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

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