#A333AD

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

Shades of Dark Orchid #A333AD

Tints of Dark Orchid #A333AD

Color information

#A333AD (or 0xA333AD) is unknown color: approx Dark Orchid. HEX triplet: A3, 33 and AD. RGB value is (163,51,173). Sum of RGB (Red+Green+Blue) = 163+51+173=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #A333AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A333AD is #5CCC52. Grayscale: #626262. Windows color (decimal): -6081619 or 11350947. OLE color: 11350947.

HSL color Cylindrical-coordinate representation of color #A333AD: hue angle of 295.08º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A333AD is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16351173-
CMYK0.060.7100.32
HSL295.08º54.46%43.92%-
HSV(B)295.08º70.52%67.84%-
XYZ23.8313.1740.82-
YUV98.4170.11174.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 51 (20.31% from 255) = 13.18%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=42.12%
G=13.18%
B=44.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163511730.060.7100.32295.0854.4643.92
HexA333AD647020127362c
Octal2436325561070404476654
Binary101000111100111010110111010001110100000100100111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A333AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A333AD; }

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

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

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

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

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

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

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

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