#A218BF

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

Shades of Dark Orchid #A218BF

Tints of Dark Orchid #A218BF

Color information

#A218BF (or 0xA218BF) is unknown color: approx Dark Orchid. HEX triplet: A2, 18 and BF. RGB value is (162,24,191). Sum of RGB (Red+Green+Blue) = 162+24+191=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #A218BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218BF is #5DE740. Grayscale: #535353. Windows color (decimal): -6154049 or 12523682. OLE color: 12523682.

HSL color Cylindrical-coordinate representation of color #A218BF: hue angle of 289.58º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A218BF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16224191-
CMYK0.150.8700.25
HSL289.58º77.67%42.16%-
HSV(B)289.58º87.43%74.9%-
XYZ24.6312.150.33-
YUV84.3188.22183.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 24 (9.77% from 255) = 6.37%
BLUE value IS 191 (75% from 255) = 50.66%
R=42.97%
G=6.37%
B=50.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162241910.150.8700.25289.5877.6742.16
HexA218BFF570191224e2a
Octal242302771712703144211652
Binary101000101100010111111111110101110110011001000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A218BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A218BF; }

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

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

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

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

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

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

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

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