#A839CD

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

Shades of Dark Orchid #A839CD

Tints of Dark Orchid #A839CD

Color information

#A839CD (or 0xA839CD) is unknown color: approx Dark Orchid. HEX triplet: A8, 39 and CD. RGB value is (168,57,205). Sum of RGB (Red+Green+Blue) = 168+57+205=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #A839CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839CD is #57C632. Grayscale: #6A6A6A. Windows color (decimal): -5752371 or 13449640. OLE color: 13449640.

HSL color Cylindrical-coordinate representation of color #A839CD: hue angle of 285º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A839CD is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16857205-
CMYK0.180.7200.20
HSL285º59.68%51.37%-
HSV(B)285º72.2%80.39%-
XYZ28.6315.6659.27-
YUV107.06183.27171.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 57 (22.66% from 255) = 13.26%
BLUE value IS 205 (80.47% from 255) = 47.67%
R=39.07%
G=13.26%
B=47.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168572050.180.7200.2028559.6851.37
HexA839CD124801411d3c33
Octal25071315221100244357463
Binary1010100011100111001101100101001000010100100011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A839CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A839CD; }

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

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

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

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

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

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

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

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