#A333B1

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

Shades of Dark Orchid #A333B1

Tints of Dark Orchid #A333B1

Color information

#A333B1 (or 0xA333B1) is unknown color: approx Dark Orchid. HEX triplet: A3, 33 and B1. RGB value is (163,51,177). Sum of RGB (Red+Green+Blue) = 163+51+177=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #A333B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A333B1 is #5CCC4E. Grayscale: #626262. Windows color (decimal): -6081615 or 11613091. OLE color: 11613091.

HSL color Cylindrical-coordinate representation of color #A333B1: hue angle of 293.33º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A333B1 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16351177-
CMYK0.080.7100.31
HSL293.33º55.26%44.71%-
HSV(B)293.33º71.19%69.41%-
XYZ24.2213.3342.89-
YUV98.85172.11173.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 51 (20.31% from 255) = 13.04%
BLUE value IS 177 (69.53% from 255) = 45.27%
R=41.69%
G=13.04%
B=45.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163511770.080.7100.31293.3355.2644.71
HexA333B184701F125372d
Octal24363261101070374456755
Binary101000111100111011000110001000111011111100100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A333B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A333B1; }

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

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

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

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

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

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

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

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