#A83DCD

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

Shades of Dark Orchid #A83DCD

Tints of Dark Orchid #A83DCD

Color information

#A83DCD (or 0xA83DCD) is unknown color: approx Dark Orchid. HEX triplet: A8, 3D and CD. RGB value is (168,61,205). Sum of RGB (Red+Green+Blue) = 168+61+205=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #A83DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DCD is #57C232. Grayscale: #6C6C6C. Windows color (decimal): -5751347 or 13450664. OLE color: 13450664.

HSL color Cylindrical-coordinate representation of color #A83DCD: hue angle of 284.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83DCD is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16861205-
CMYK0.180.7000.20
HSL284.58º59.02%52.16%-
HSV(B)284.58º70.24%80.39%-
XYZ28.8416.0759.34-
YUV109.41181.95169.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.71%
GREEN value IS 61 (24.22% from 255) = 14.06%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=38.71%
G=14.06%
B=47.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168612050.180.7000.20284.5859.0252.16
HexA83DCD124601411d3b34
Octal25075315221060244357364
Binary1010100011110111001101100101000110010100100011101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83DCD; }

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

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

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

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

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

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

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

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