#A61EB7

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

Shades of Dark Orchid #A61EB7

Tints of Dark Orchid #A61EB7

Color information

#A61EB7 (or 0xA61EB7) is unknown color: approx Dark Orchid. HEX triplet: A6, 1E and B7. RGB value is (166,30,183). Sum of RGB (Red+Green+Blue) = 166+30+183=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #A61EB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61EB7 is #59E148. Grayscale: #575757. Windows color (decimal): -5890377 or 12000934. OLE color: 12000934.

HSL color Cylindrical-coordinate representation of color #A61EB7: hue angle of 293.33º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61EB7 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16630183-
CMYK0.090.8400.28
HSL293.33º71.83%41.76%-
HSV(B)293.33º83.61%71.76%-
XYZ24.7412.4545.9-
YUV88.11181.56183.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 30 (12.11% from 255) = 7.92%
BLUE value IS 183 (71.88% from 255) = 48.28%
R=43.80%
G=7.92%
B=48.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal166301830.090.8400.28293.3371.8341.76
HexA61EB795401C125482a
Octal246362671112403444511052
Binary101001101111010110111100110101000111001001001011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61EB7; }

 p { color: rgb(166,30,183); }

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

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

 a { background-color: rgb(166,30,183); }

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

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

 span { border-color: rgb(166,30,183); }

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