#A14AD7

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

Shades of Dark Orchid #A14AD7

Tints of Dark Orchid #A14AD7

Color information

#A14AD7 (or 0xA14AD7) is unknown color: approx Dark Orchid. HEX triplet: A1, 4A and D7. RGB value is (161,74,215). Sum of RGB (Red+Green+Blue) = 161+74+215=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #A14AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14AD7 is #5EB528. Grayscale: #737373. Windows color (decimal): -6206761 or 14109345. OLE color: 14109345.

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

Color convert

RGB16174215-
CMYK0.250.6600.16
HSL277.02º63.8%56.67%-
HSV(B)277.02º65.58%84.31%-
XYZ29.4117.3866.09-
YUV116.09183.82160.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 74 (29.30% from 255) = 16.44%
BLUE value IS 215 (84.38% from 255) = 47.78%
R=35.78%
G=16.44%
B=47.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161742150.250.6600.16277.0263.856.67
HexA14AD719420101154039
Octal2411123273110202042510071
Binary101000011001010110101111100110000100100001000101011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14AD7; }

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

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

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

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

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

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

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

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