#A930BA

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

Shades of Dark Orchid #A930BA

Tints of Dark Orchid #A930BA

Color information

#A930BA (or 0xA930BA) is unknown color: approx Dark Orchid. HEX triplet: A9, 30 and BA. RGB value is (169,48,186). Sum of RGB (Red+Green+Blue) = 169+48+186=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #A930BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A930BA is #56CF45. Grayscale: #636363. Windows color (decimal): -5689158 or 12202153. OLE color: 12202153.

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

Color convert

RGB16948186-
CMYK0.090.7400.27
HSL292.61º58.97%45.88%-
HSV(B)292.61º74.19%72.94%-
XYZ26.2814.0947.79-
YUV99.91176.59177.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 48 (19.14% from 255) = 11.91%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=41.94%
G=11.91%
B=46.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169481860.090.7400.27292.6158.9745.88
HexA930BA94A01B1253b2e
Octal25160272111120334457356
Binary101010011100001011101010011001010011011100100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A930BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A930BA; }

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

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

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

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

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

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

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

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