#A349DE

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

Shades of Dark Orchid #A349DE

Tints of Dark Orchid #A349DE

Color information

#A349DE (or 0xA349DE) is unknown color: approx Dark Orchid. HEX triplet: A3, 49 and DE. RGB value is (163,73,222). Sum of RGB (Red+Green+Blue) = 163+73+222=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #A349DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349DE is #5CB621. Grayscale: #747474. Windows color (decimal): -6075938 or 14567843. OLE color: 14567843.

HSL color Cylindrical-coordinate representation of color #A349DE: hue angle of 276.24º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A349DE is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16373222-
CMYK0.270.6700.13
HSL276.24º69.3%57.84%-
HSV(B)276.24º67.12%87.06%-
XYZ30.6717.8370.93-
YUV116.9187.32160.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 73 (28.91% from 255) = 15.94%
BLUE value IS 222 (87.11% from 255) = 48.47%
R=35.59%
G=15.94%
B=48.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163732220.270.6700.13276.2469.357.84
HexA349DE1B430D114453a
Octal2431113363310301542410572
Binary10100011100100111011110110111000011011011000101001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A349DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A349DE; }

 p { color: rgb(163,73,222); }

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

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

 a { background-color: rgb(163,73,222); }

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

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

 span { border-color: rgb(163,73,222); }

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