#A143DF

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

Shades of Dark Orchid #A143DF

Tints of Dark Orchid #A143DF

Color information

#A143DF (or 0xA143DF) is unknown color: approx Dark Orchid. HEX triplet: A1, 43 and DF. RGB value is (161,67,223). Sum of RGB (Red+Green+Blue) = 161+67+223=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #A143DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143DF is #5EBC20. Grayscale: #707070. Windows color (decimal): -6208545 or 14631841. OLE color: 14631841.

HSL color Cylindrical-coordinate representation of color #A143DF: hue angle of 276.15º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A143DF is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16167223-
CMYK0.280.7000.13
HSL276.15º70.91%56.86%-
HSV(B)276.15º69.96%87.45%-
XYZ30.0216.9271.5-
YUV112.89190.14162.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 67 (26.56% from 255) = 14.86%
BLUE value IS 223 (87.5% from 255) = 49.45%
R=35.70%
G=14.86%
B=49.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161672230.280.7000.13276.1570.9156.86
HexA143DF1C460D1144739
Octal2411033373410601542410771
Binary10100001100001111011111111001000110011011000101001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A143DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A143DF; }

 p { color: rgb(161,67,223); }

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

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

 a { background-color: rgb(161,67,223); }

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

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

 span { border-color: rgb(161,67,223); }

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