#A83FEC

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

Shades of Dark Orchid #A83FEC

Tints of Dark Orchid #A83FEC

Color information

#A83FEC (or 0xA83FEC) is unknown color: approx Dark Orchid. HEX triplet: A8, 3F and EC. RGB value is (168,63,236). Sum of RGB (Red+Green+Blue) = 168+63+236=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #A83FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83FEC is #57C013. Grayscale: #717171. Windows color (decimal): -5750804 or 15482792. OLE color: 15482792.

HSL color Cylindrical-coordinate representation of color #A83FEC: hue angle of 276.42º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A83FEC is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16863236-
CMYK0.290.7300.07
HSL276.42º81.99%58.63%-
HSV(B)276.42º73.31%92.55%-
XYZ33.0717.9481.08-
YUV114.12196.79166.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 63 (25% from 255) = 13.49%
BLUE value IS 236 (92.58% from 255) = 50.54%
R=35.97%
G=13.49%
B=50.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168632360.290.7300.07276.4281.9958.63
HexA83FEC1D4907114523b
Octal25077354351110742412273
Binary101010001111111110110011101100100101111000101001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83FEC; }

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

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

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

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

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

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

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

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