#A83FC1

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

Shades of Dark Orchid #A83FC1

Tints of Dark Orchid #A83FC1

Color information

#A83FC1 (or 0xA83FC1) is unknown color: approx Dark Orchid. HEX triplet: A8, 3F and C1. RGB value is (168,63,193). Sum of RGB (Red+Green+Blue) = 168+63+193=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #A83FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FC1 is #57C03E. Grayscale: #6C6C6C. Windows color (decimal): -5750847 or 12664744. OLE color: 12664744.

HSL color Cylindrical-coordinate representation of color #A83FC1: hue angle of 288.46º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83FC1 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16863193-
CMYK0.130.6700.24
HSL288.46º51.18%50.2%-
HSV(B)288.46º67.36%75.69%-
XYZ27.5515.7352.04-
YUV109.22175.29169.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.62%
GREEN value IS 63 (25% from 255) = 14.86%
BLUE value IS 193 (75.78% from 255) = 45.52%
R=39.62%
G=14.86%
B=45.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168631930.130.6700.24288.4651.1850.2
HexA83FC1D430181203332
Octal25077301151030304406362
Binary101010001111111100000111011000011011000100100000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83FC1; }

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

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

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

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

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

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

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

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