#A418AD

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

Shades of Dark Orchid #A418AD

Tints of Dark Orchid #A418AD

Color information

#A418AD (or 0xA418AD) is unknown color: approx Dark Orchid. HEX triplet: A4, 18 and AD. RGB value is (164,24,173). Sum of RGB (Red+Green+Blue) = 164+24+173=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #A418AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A418AD is #5BE752. Grayscale: #525252. Windows color (decimal): -6022995 or 11344036. OLE color: 11344036.

HSL color Cylindrical-coordinate representation of color #A418AD: hue angle of 296.38º 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 #A418AD is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16424173-
CMYK0.050.8600.32
HSL296.38º75.63%38.63%-
HSV(B)296.38º86.13%67.84%-
XYZ23.1811.5640.55-
YUV82.85178.88185.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 24 (9.77% from 255) = 6.65%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=45.43%
G=6.65%
B=47.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164241730.050.8600.32296.3875.6338.63
HexA418AD5560201284c27
Octal24430255512604045011447
Binary101001001100010101101101101011001000001001010001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A418AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A418AD; }

 p { color: rgb(164,24,173); }

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

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

 a { background-color: rgb(164,24,173); }

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

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

 span { border-color: rgb(164,24,173); }

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