#A333A9

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

Shades of Dark Orchid #A333A9

Tints of Dark Orchid #A333A9

Color information

#A333A9 (or 0xA333A9) is unknown color: approx Dark Orchid. HEX triplet: A3, 33 and A9. RGB value is (163,51,169). Sum of RGB (Red+Green+Blue) = 163+51+169=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #A333A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A333A9 is #5CCC56. Grayscale: #616161. Windows color (decimal): -6081623 or 11088803. OLE color: 11088803.

HSL color Cylindrical-coordinate representation of color #A333A9: hue angle of 296.95º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A333A9 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16351169-
CMYK0.040.7000.34
HSL296.95º53.64%43.14%-
HSV(B)296.95º69.82%66.27%-
XYZ23.4513.0238.81-
YUV97.94168.11174.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 51 (20.31% from 255) = 13.32%
BLUE value IS 169 (66.41% from 255) = 44.13%
R=42.56%
G=13.32%
B=44.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal163511690.040.7000.34296.9553.6443.14
HexA333A9446022129362b
Octal2436325141060424516653
Binary101000111100111010100110010001100100010100101001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A333A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A333A9; }

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

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

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

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

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

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

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

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