#a029b8

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

Shades of Dark Orchid #A029B8

Tints of Dark Orchid #A029B8

Color information

#A029B8 (or 0xA029B8) is unknown color: approx Dark Orchid. HEX triplet: A0, 29 and B8. RGB value is (160,41,184). Sum of RGB (Red+Green+Blue) = 160+41+184=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 184 - color contains mainly: blue. Hex color #A029B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A029B8 is #5FD647. Grayscale: #5C5C5C. Windows color (decimal): -6280776 or 12069280. OLE color: 12069280.

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

Color convert

RGB16041184-
CMYK0.130.7800.28
HSL289.93º63.56%44.12%-
HSV(B)289.93º77.72%72.16%-
XYZ23.9412.5246.5-
YUV92.88179.42175.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 41 (16.41% from 255) = 10.65%
BLUE value IS 184 (72.27% from 255) = 47.79%
R=41.56%
G=10.65%
B=47.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160411840.130.7800.28289.9363.5644.12
HexA029B8D4E01C122402c
Octal240512701511603444210054
Binary1010000010100110111000110110011100111001001000101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a029b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a029b8; }

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

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

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

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

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

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

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

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