#A218BD

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

Shades of Dark Orchid #A218BD

Tints of Dark Orchid #A218BD

Color information

#A218BD (or 0xA218BD) is unknown color: approx Dark Orchid. HEX triplet: A2, 18 and BD. RGB value is (162,24,189). Sum of RGB (Red+Green+Blue) = 162+24+189=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #A218BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218BD is #5DE742. Grayscale: #535353. Windows color (decimal): -6154051 or 12392610. OLE color: 12392610.

HSL color Cylindrical-coordinate representation of color #A218BD: hue angle of 290.18º 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 #A218BD is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16224189-
CMYK0.140.8700.26
HSL290.18º77.46%41.76%-
HSV(B)290.18º87.3%74.12%-
XYZ24.4112.0149.18-
YUV84.07187.22183.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 24 (9.77% from 255) = 6.4%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=43.2%
G=6.4%
B=50.4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162241890.140.8700.26290.1877.4641.76
HexA218BDE5701A1224d2a
Octal242302751612703244211552
Binary101000101100010111101111010101110110101001000101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A218BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A218BD; }

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

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

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

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

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

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

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

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