#A216AE

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

Shades of Dark Orchid #A216AE

Tints of Dark Orchid #A216AE

Color information

#A216AE (or 0xA216AE) is unknown color: approx Dark Orchid. HEX triplet: A2, 16 and AE. RGB value is (162,22,174). Sum of RGB (Red+Green+Blue) = 162+22+174=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #A216AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A216AE is #5DE951. Grayscale: #505050. Windows color (decimal): -6154578 or 11409058. OLE color: 11409058.

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

Color convert

RGB16222174-
CMYK0.070.8700.32
HSL295.26º77.55%38.43%-
HSV(B)295.26º87.36%68.24%-
XYZ22.8311.3141.02-
YUV81.19180.38185.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 22 (8.98% from 255) = 6.15%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=45.25%
G=6.15%
B=48.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162221740.070.8700.32295.2677.5538.43
HexA216AE7570201274e26
Octal24226256712704044711646
Binary101000101011010101110111101011101000001001001111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A216AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A216AE; }

 p { color: rgb(162,22,174); }

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

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

 a { background-color: rgb(162,22,174); }

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

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

 span { border-color: rgb(162,22,174); }

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