#a11ac4

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

Shades of Dark Orchid #A11AC4

Tints of Dark Orchid #A11AC4

Color information

#A11AC4 (or 0xA11AC4) is unknown color: approx Dark Orchid. HEX triplet: A1, 1A and C4. RGB value is (161,26,196). Sum of RGB (Red+Green+Blue) = 161+26+196=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #A11AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11AC4 is #5EE53B. Grayscale: #555555. Windows color (decimal): -6219068 or 12851873. OLE color: 12851873.

HSL color Cylindrical-coordinate representation of color #A11AC4: hue angle of 287.65º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11AC4 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16126196-
CMYK0.180.8700.23
HSL287.65º76.58%43.53%-
HSV(B)287.65º86.73%76.86%-
XYZ25.0312.353.28-
YUV85.74190.23181.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 26 (10.55% from 255) = 6.79%
BLUE value IS 196 (76.95% from 255) = 51.17%
R=42.04%
G=6.79%
B=51.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161261960.180.8700.23287.6576.5843.53
HexA11AC412570171204d2c
Octal241323042212702744011554
Binary1010000111010110001001001010101110101111001000001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11ac4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11ac4; }

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

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

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

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

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

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

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

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