#A818AE

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

Shades of Dark Orchid #A818AE

Tints of Dark Orchid #A818AE

Color information

#A818AE (or 0xA818AE) is unknown color: approx Dark Orchid. HEX triplet: A8, 18 and AE. RGB value is (168,24,174). Sum of RGB (Red+Green+Blue) = 168+24+174=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #A818AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A818AE is #57E751. Grayscale: #535353. Windows color (decimal): -5760850 or 11409576. OLE color: 11409576.

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

Color convert

RGB16824174-
CMYK0.030.8600.32
HSL297.6º75.76%38.82%-
HSV(B)297.6º86.21%68.24%-
XYZ24.1212.0341.1-
YUV84.16178.71187.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.90%
GREEN value IS 24 (9.77% from 255) = 6.56%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=45.90%
G=6.56%
B=47.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168241740.030.8600.32297.675.7638.82
HexA818AE35602012a4c27
Octal25030256312604045211447
Binary10101000110001010111011101011001000001001010101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A818AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A818AE; }

 p { color: rgb(168,24,174); }

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

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

 a { background-color: rgb(168,24,174); }

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

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

 span { border-color: rgb(168,24,174); }

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