#A11ED7

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

Shades of Dark Orchid #A11ED7

Tints of Dark Orchid #A11ED7

Color information

#A11ED7 (or 0xA11ED7) is unknown color: approx Dark Orchid. HEX triplet: A1, 1E and D7. RGB value is (161,30,215). Sum of RGB (Red+Green+Blue) = 161+30+215=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #A11ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ED7 is #5EE128. Grayscale: #595959. Windows color (decimal): -6218025 or 14098081. OLE color: 14098081.

HSL color Cylindrical-coordinate representation of color #A11ED7: hue angle of 282.49º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11ED7 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16130215-
CMYK0.250.8600.16
HSL282.49º75.51%48.04%-
HSV(B)282.49º86.05%84.31%-
XYZ27.4313.4165.43-
YUV90.26198.4178.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 30 (12.11% from 255) = 7.39%
BLUE value IS 215 (84.38% from 255) = 52.96%
R=39.66%
G=7.39%
B=52.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161302150.250.8600.16282.4975.5148.04
HexA11ED7195601011a4c30
Octal241363273112602043211460
Binary1010000111110110101111100110101100100001000110101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11ED7; }

 p { color: rgb(161,30,215); }

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

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

 a { background-color: rgb(161,30,215); }

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

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

 span { border-color: rgb(161,30,215); }

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