#A930BB

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

Shades of Dark Orchid #A930BB

Tints of Dark Orchid #A930BB

Color information

#A930BB (or 0xA930BB) is unknown color: approx Dark Orchid. HEX triplet: A9, 30 and BB. RGB value is (169,48,187). Sum of RGB (Red+Green+Blue) = 169+48+187=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #A930BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A930BB is #56CF44. Grayscale: #636363. Windows color (decimal): -5689157 or 12267689. OLE color: 12267689.

HSL color Cylindrical-coordinate representation of color #A930BB: hue angle of 292.23º 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 #A930BB is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16948187-
CMYK0.100.7400.27
HSL292.23º59.15%46.08%-
HSV(B)292.23º74.33%73.33%-
XYZ26.3914.1448.35-
YUV100.02177.09177.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 48 (19.14% from 255) = 11.88%
BLUE value IS 187 (73.44% from 255) = 46.29%
R=41.83%
G=11.88%
B=46.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169481870.100.7400.27292.2359.1546.08
HexA930BBA4A01B1243b2e
Octal25160273121120334447356
Binary101010011100001011101110101001010011011100100100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A930BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A930BB; }

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

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

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

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

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

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

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

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