#A418BD

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

Shades of Dark Orchid #A418BD

Tints of Dark Orchid #A418BD

Color information

#A418BD (or 0xA418BD) is unknown color: approx Dark Orchid. HEX triplet: A4, 18 and BD. RGB value is (164,24,189). Sum of RGB (Red+Green+Blue) = 164+24+189=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #A418BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418BD is #5BE742. Grayscale: #545454. Windows color (decimal): -6022979 or 12392612. OLE color: 12392612.

HSL color Cylindrical-coordinate representation of color #A418BD: hue angle of 290.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A418BD is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16424189-
CMYK0.130.8700.26
HSL290.91º77.46%41.76%-
HSV(B)290.91º87.3%74.12%-
XYZ24.8212.2249.19-
YUV84.67186.88184.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 24 (9.77% from 255) = 6.37%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=43.50%
G=6.37%
B=50.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164241890.130.8700.26290.9177.4641.76
HexA418BDD5701A1234d2a
Octal244302751512703244311552
Binary101001001100010111101110110101110110101001000111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A418BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A418BD; }

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

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

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

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

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

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

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

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