#a028c6

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

Shades of Dark Orchid #A028C6

Tints of Dark Orchid #A028C6

Color information

#A028C6 (or 0xA028C6) is unknown color: approx Dark Orchid. HEX triplet: A0, 28 and C6. RGB value is (160,40,198). Sum of RGB (Red+Green+Blue) = 160+40+198=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #A028C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028C6 is #5FD739. Grayscale: #5D5D5D. Windows color (decimal): -6281018 or 12986528. OLE color: 12986528.

HSL color Cylindrical-coordinate representation of color #A028C6: hue angle of 285.57º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A028C6 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16040198-
CMYK0.190.8000.22
HSL285.57º66.39%46.67%-
HSV(B)285.57º79.8%77.65%-
XYZ25.4513.0754.61-
YUV93.89186.76175.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.20%
GREEN value IS 40 (16.02% from 255) = 10.05%
BLUE value IS 198 (77.73% from 255) = 49.75%
R=40.20%
G=10.05%
B=49.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160401980.190.8000.22285.5766.3946.67
HexA028C6135001611e422f
Octal240503062312002643610257
Binary10100000101000110001101001110100000101101000111101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a028c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a028c6; }

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

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

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

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

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

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

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

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