#A941C1

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

Shades of Dark Orchid #A941C1

Tints of Dark Orchid #A941C1

Color information

#A941C1 (or 0xA941C1) is unknown color: approx Dark Orchid. HEX triplet: A9, 41 and C1. RGB value is (169,65,193). Sum of RGB (Red+Green+Blue) = 169+65+193=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #A941C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A941C1 is #56BE3E. Grayscale: #6E6E6E. Windows color (decimal): -5684799 or 12665257. OLE color: 12665257.

HSL color Cylindrical-coordinate representation of color #A941C1: hue angle of 288.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A941C1 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16965193-
CMYK0.120.6600.24
HSL288.75º50.79%50.59%-
HSV(B)288.75º66.32%75.69%-
XYZ27.8816.0752.08-
YUV110.69174.46169.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 65 (25.78% from 255) = 15.22%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=39.58%
G=15.22%
B=45.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169651930.120.6600.24288.7550.7950.59
HexA941C1C420181213333
Octal251101301141020304416363
Binary1010100110000011100000111001000010011000100100001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A941C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A941C1; }

 p { color: rgb(169,65,193); }

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

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

 a { background-color: rgb(169,65,193); }

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

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

 span { border-color: rgb(169,65,193); }

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