#A333B9

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

Shades of Dark Orchid #A333B9

Tints of Dark Orchid #A333B9

Color information

#A333B9 (or 0xA333B9) is unknown color: approx Dark Orchid. HEX triplet: A3, 33 and B9. RGB value is (163,51,185). Sum of RGB (Red+Green+Blue) = 163+51+185=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #A333B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333B9 is #5CCC46. Grayscale: #636363. Windows color (decimal): -6081607 or 12137379. OLE color: 12137379.

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

Color convert

RGB16351185-
CMYK0.120.7200.27
HSL290.15º56.78%46.27%-
HSV(B)290.15º72.43%72.55%-
XYZ25.0513.6647.21-
YUV99.76176.11173.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 51 (20.31% from 255) = 12.78%
BLUE value IS 185 (72.66% from 255) = 46.37%
R=40.85%
G=12.78%
B=46.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163511850.120.7200.27290.1556.7846.27
HexA333B9C4801B122392e
Octal24363271141100334427156
Binary101000111100111011100111001001000011011100100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A333B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A333B9; }

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

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

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

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

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

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

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

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