#a843cd

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

Shades of Dark Orchid #A843CD

Tints of Dark Orchid #A843CD

Color information

#A843CD (or 0xA843CD) is unknown color: approx Dark Orchid. HEX triplet: A8, 43 and CD. RGB value is (168,67,205). Sum of RGB (Red+Green+Blue) = 168+67+205=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #A843CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A843CD is #57BC32. Grayscale: #707070. Windows color (decimal): -5749811 or 13452200. OLE color: 13452200.

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

Color convert

RGB16867205-
CMYK0.180.6700.20
HSL283.91º57.98%53.33%-
HSV(B)283.91º67.32%80.39%-
XYZ29.1816.7559.45-
YUV112.93179.96167.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 67 (26.56% from 255) = 15.23%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=38.18%
G=15.23%
B=46.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168672050.180.6700.20283.9157.9853.33
HexA843CD124301411c3a35
Octal250103315221030244347265
Binary10101000100001111001101100101000011010100100011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a843cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a843cd; }

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

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

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

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

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

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

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

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