#A830BB

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

Shades of Dark Orchid #A830BB

Tints of Dark Orchid #A830BB

Color information

#A830BB (or 0xA830BB) is unknown color: approx Dark Orchid. HEX triplet: A8, 30 and BB. RGB value is (168,48,187). Sum of RGB (Red+Green+Blue) = 168+48+187=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #A830BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830BB is #57CF44. Grayscale: #636363. Windows color (decimal): -5754693 or 12267688. OLE color: 12267688.

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

Color convert

RGB16848187-
CMYK0.100.7400.27
HSL291.8º59.15%46.08%-
HSV(B)291.8º74.33%73.33%-
XYZ26.1814.0348.34-
YUV99.73177.26176.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 48 (19.14% from 255) = 11.91%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=41.69%
G=11.91%
B=46.40%

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
Decimal168481870.100.7400.27291.859.1546.08
HexA830BBA4A01B1243b2e
Octal25060273121120334447356
Binary101010001100001011101110101001010011011100100100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A830BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A830BB; }

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

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

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

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

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

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

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

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