#A839C8

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

Shades of Dark Orchid #A839C8

Tints of Dark Orchid #A839C8

Color information

#A839C8 (or 0xA839C8) is unknown color: approx Dark Orchid. HEX triplet: A8, 39 and C8. RGB value is (168,57,200). Sum of RGB (Red+Green+Blue) = 168+57+200=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #A839C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839C8 is #57C637. Grayscale: #6A6A6A. Windows color (decimal): -5752376 or 13121960. OLE color: 13121960.

HSL color Cylindrical-coordinate representation of color #A839C8: hue angle of 286.57º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A839C8 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16857200-
CMYK0.160.7200.22
HSL286.57º56.52%50.39%-
HSV(B)286.57º71.5%78.43%-
XYZ28.0415.4256.14-
YUV106.49180.77171.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 57 (22.66% from 255) = 13.41%
BLUE value IS 200 (78.52% from 255) = 47.06%
R=39.53%
G=13.41%
B=47.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168572000.160.7200.22286.5756.5250.39
HexA839C8104801611f3932
Octal25071310201100264377162
Binary1010100011100111001000100001001000010110100011111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A839C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A839C8; }

 p { color: rgb(168,57,200); }

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

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

 a { background-color: rgb(168,57,200); }

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

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

 span { border-color: rgb(168,57,200); }

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