#A017AE

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

Shades of Dark Orchid #A017AE

Tints of Dark Orchid #A017AE

Color information

#A017AE (or 0xA017AE) is unknown color: approx Dark Orchid. HEX triplet: A0, 17 and AE. RGB value is (160,23,174). Sum of RGB (Red+Green+Blue) = 160+23+174=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #A017AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A017AE is #5FE851. Grayscale: #505050. Windows color (decimal): -6285394 or 11409312. OLE color: 11409312.

HSL color Cylindrical-coordinate representation of color #A017AE: hue angle of 294.44º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A017AE is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16023174-
CMYK0.080.8700.32
HSL294.44º76.65%38.63%-
HSV(B)294.44º86.78%68.24%-
XYZ22.4411.1441.01-
YUV81.18180.39184.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 23 (9.38% from 255) = 6.44%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=44.82%
G=6.44%
B=48.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160231740.080.8700.32294.4476.6538.63
HexA017AE8570201264d27
Octal240272561012704044611547
Binary1010000010111101011101000101011101000001001001101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A017AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A017AE; }

 p { color: rgb(160,23,174); }

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

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

 a { background-color: rgb(160,23,174); }

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

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

 span { border-color: rgb(160,23,174); }

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