#a11ac3

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

Shades of Dark Orchid #A11AC3

Tints of Dark Orchid #A11AC3

Color information

#A11AC3 (or 0xA11AC3) is unknown color: approx Dark Orchid. HEX triplet: A1, 1A and C3. RGB value is (161,26,195). Sum of RGB (Red+Green+Blue) = 161+26+195=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #A11AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11AC3 is #5EE53C. Grayscale: #555555. Windows color (decimal): -6219069 or 12786337. OLE color: 12786337.

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

Color convert

RGB16126195-
CMYK0.170.8700.24
HSL287.93º76.47%43.33%-
HSV(B)287.93º86.67%76.47%-
XYZ24.9212.2652.68-
YUV85.63189.73181.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 26 (10.55% from 255) = 6.81%
BLUE value IS 195 (76.56% from 255) = 51.05%
R=42.15%
G=6.81%
B=51.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161261950.170.8700.24287.9376.4743.33
HexA11AC311570181204c2b
Octal241323032112703044011453
Binary1010000111010110000111000110101110110001001000001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11ac3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11ac3; }

 p { color: rgb(161,26,195); }

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

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

 a { background-color: rgb(161,26,195); }

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

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

 span { border-color: rgb(161,26,195); }

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