#A333BA

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

Shades of Dark Orchid #A333BA

Tints of Dark Orchid #A333BA

Color information

#A333BA (or 0xA333BA) is unknown color: approx Dark Orchid. HEX triplet: A3, 33 and BA. RGB value is (163,51,186). Sum of RGB (Red+Green+Blue) = 163+51+186=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #A333BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333BA is #5CCC45. Grayscale: #636363. Windows color (decimal): -6081606 or 12202915. OLE color: 12202915.

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

Color convert

RGB16351186-
CMYK0.120.7300.27
HSL289.78º56.96%46.47%-
HSV(B)289.78º72.58%72.94%-
XYZ25.1513.747.77-
YUV99.88176.61173.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 51 (20.31% from 255) = 12.75%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=40.75%
G=12.75%
B=46.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163511860.120.7300.27289.7856.9646.47
HexA333BAC4901B122392e
Octal24363272141110334427156
Binary101000111100111011101011001001001011011100100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A333BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A333BA; }

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

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

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

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

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

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

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

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