#A830BF

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

Shades of Dark Orchid #A830BF

Tints of Dark Orchid #A830BF

Color information

#A830BF (or 0xA830BF) is unknown color: approx Dark Orchid. HEX triplet: A8, 30 and BF. RGB value is (168,48,191). Sum of RGB (Red+Green+Blue) = 168+48+191=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #A830BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830BF is #57CF40. Grayscale: #636363. Windows color (decimal): -5754689 or 12529832. OLE color: 12529832.

HSL color Cylindrical-coordinate representation of color #A830BF: hue angle of 290.35º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A830BF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16848191-
CMYK0.120.7500.25
HSL290.35º59.83%46.86%-
HSV(B)290.35º74.87%74.9%-
XYZ26.6114.250.63-
YUV100.18179.26176.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 48 (19.14% from 255) = 11.79%
BLUE value IS 191 (75% from 255) = 46.93%
R=41.28%
G=11.79%
B=46.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168481910.120.7500.25290.3559.8346.86
HexA830BFC4B0191223c2f
Octal25060277141130314427457
Binary101010001100001011111111001001011011001100100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A830BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A830BF; }

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

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

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

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

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

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

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

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