#A930BD

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

Shades of Dark Orchid #A930BD

Tints of Dark Orchid #A930BD

Color information

#A930BD (or 0xA930BD) is unknown color: approx Dark Orchid. HEX triplet: A9, 30 and BD. RGB value is (169,48,189). Sum of RGB (Red+Green+Blue) = 169+48+189=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #A930BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A930BD is #56CF42. Grayscale: #636363. Windows color (decimal): -5689155 or 12398761. OLE color: 12398761.

HSL color Cylindrical-coordinate representation of color #A930BD: hue angle of 291.49º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A930BD is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16948189-
CMYK0.110.7500.26
HSL291.49º59.49%46.47%-
HSV(B)291.49º74.6%74.12%-
XYZ26.614.2249.49-
YUV100.25178.09177.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 48 (19.14% from 255) = 11.82%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=41.63%
G=11.82%
B=46.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169481890.110.7500.26291.4959.4946.47
HexA930BDB4B01A1233b2e
Octal25160275131130324437356
Binary101010011100001011110110111001011011010100100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A930BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A930BD; }

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

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

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

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

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

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

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

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