#A943CD

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

Shades of Dark Orchid #A943CD

Tints of Dark Orchid #A943CD

Color information

#A943CD (or 0xA943CD) is unknown color: approx Dark Orchid. HEX triplet: A9, 43 and CD. RGB value is (169,67,205). Sum of RGB (Red+Green+Blue) = 169+67+205=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #A943CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A943CD is #56BC32. Grayscale: #707070. Windows color (decimal): -5684275 or 13452201. OLE color: 13452201.

HSL color Cylindrical-coordinate representation of color #A943CD: hue angle of 284.35º 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 #A943CD is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16967205-
CMYK0.180.6700.20
HSL284.35º57.98%53.33%-
HSV(B)284.35º67.32%80.39%-
XYZ29.3916.8659.46-
YUV113.23179.79167.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 67 (26.56% from 255) = 15.19%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=38.32%
G=15.19%
B=46.49%

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
Decimal169672050.180.6700.20284.3557.9853.33
HexA943CD124301411c3a35
Octal251103315221030244347265
Binary10101001100001111001101100101000011010100100011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A943CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A943CD; }

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

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

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

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

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

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

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

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