#A83FE3

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

Shades of Dark Orchid #A83FE3

Tints of Dark Orchid #A83FE3

Color information

#A83FE3 (or 0xA83FE3) is unknown color: approx Dark Orchid. HEX triplet: A8, 3F and E3. RGB value is (168,63,227). Sum of RGB (Red+Green+Blue) = 168+63+227=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 227 (89.06% from 255 or 49.56% from 458); Max value from RGB is 227 - color contains mainly: blue. Hex color #A83FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FE3 is #57C01C. Grayscale: #707070. Windows color (decimal): -5750813 or 14892968. OLE color: 14892968.

HSL color Cylindrical-coordinate representation of color #A83FE3: hue angle of 278.41º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A83FE3 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16863227-
CMYK0.260.7200.11
HSL278.41º74.55%56.86%-
HSV(B)278.41º72.25%89.02%-
XYZ31.7917.4374.36-
YUV113.09192.29167.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 63 (25% from 255) = 13.76%
BLUE value IS 227 (89.06% from 255) = 49.56%
R=36.68%
G=13.76%
B=49.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168632270.260.7200.11278.4174.5556.86
HexA83FE31A480B1164b39
Octal250773433211001342611371
Binary1010100011111111100011110101001000010111000101101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83FE3; }

 p { color: rgb(168,63,227); }

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

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

 a { background-color: rgb(168,63,227); }

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

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

 span { border-color: rgb(168,63,227); }

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