#A323E1

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

Shades of Dark Orchid #A323E1

Tints of Dark Orchid #A323E1

Color information

#A323E1 (or 0xA323E1) is unknown color: approx Dark Orchid. HEX triplet: A3, 23 and E1. RGB value is (163,35,225). Sum of RGB (Red+Green+Blue) = 163+35+225=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #A323E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323E1 is #5CDC1E. Grayscale: #5E5E5E. Windows color (decimal): -6085663 or 14754723. OLE color: 14754723.

HSL color Cylindrical-coordinate representation of color #A323E1: hue angle of 280.42º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A323E1 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16335225-
CMYK0.280.8400.12
HSL280.42º76%50.98%-
HSV(B)280.42º84.44%88.24%-
XYZ29.314.4272.47-
YUV94.93201.41176.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 35 (14.06% from 255) = 8.27%
BLUE value IS 225 (88.28% from 255) = 53.19%
R=38.53%
G=8.27%
B=53.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal163352250.280.8400.12280.427650.98
HexA323E11C540C1184c33
Octal243433413412401443011463
Binary1010001110001111100001111001010100011001000110001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A323E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A323E1; }

 p { color: rgb(163,35,225); }

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

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

 a { background-color: rgb(163,35,225); }

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

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

 span { border-color: rgb(163,35,225); }

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