#A030A9

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

Shades of Dark Orchid #A030A9

Tints of Dark Orchid #A030A9

Color information

#A030A9 (or 0xA030A9) is unknown color: approx Dark Orchid. HEX triplet: A0, 30 and A9. RGB value is (160,48,169). Sum of RGB (Red+Green+Blue) = 160+48+169=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #A030A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A030A9 is #5FCF56. Grayscale: #5E5E5E. Windows color (decimal): -6278999 or 11088032. OLE color: 11088032.

HSL color Cylindrical-coordinate representation of color #A030A9: hue angle of 295.54º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A030A9 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16048169-
CMYK0.050.7200.34
HSL295.54º55.76%42.55%-
HSV(B)295.54º71.6%66.27%-
XYZ22.7212.4538.74-
YUV95.28169.61174.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 48 (19.14% from 255) = 12.73%
BLUE value IS 169 (66.41% from 255) = 44.83%
R=42.44%
G=12.73%
B=44.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160481690.050.7200.34295.5455.7642.55
HexA030A9548022128382b
Octal2406025151100424507053
Binary101000001100001010100110110010000100010100101000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A030A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A030A9; }

 p { color: rgb(160,48,169); }

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

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

 a { background-color: rgb(160,48,169); }

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

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

 span { border-color: rgb(160,48,169); }

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