#A833BA

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

Shades of Dark Orchid #A833BA

Tints of Dark Orchid #A833BA

Color information

#A833BA (or 0xA833BA) is unknown color: approx Dark Orchid. HEX triplet: A8, 33 and BA. RGB value is (168,51,186). Sum of RGB (Red+Green+Blue) = 168+51+186=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #A833BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833BA is #57CC45. Grayscale: #646464. Windows color (decimal): -5753926 or 12202920. OLE color: 12202920.

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

Color convert

RGB16851186-
CMYK0.100.7300.27
HSL292º56.96%46.47%-
HSV(B)292º72.58%72.94%-
XYZ26.214.2447.82-
YUV101.37175.76175.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 51 (20.31% from 255) = 12.59%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=41.48%
G=12.59%
B=45.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168511860.100.7300.2729256.9646.47
HexA833BAA4901B124392e
Octal25063272121110334447156
Binary101010001100111011101010101001001011011100100100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A833BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A833BA; }

 p { color: rgb(168,51,186); }

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

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

 a { background-color: rgb(168,51,186); }

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

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

 span { border-color: rgb(168,51,186); }

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