#a219bf

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

Shades of Dark Orchid #A219BF

Tints of Dark Orchid #A219BF

Color information

#A219BF (or 0xA219BF) is unknown color: approx Dark Orchid. HEX triplet: A2, 19 and BF. RGB value is (162,25,191). Sum of RGB (Red+Green+Blue) = 162+25+191=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #A219BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219BF is #5DE640. Grayscale: #545454. Windows color (decimal): -6153793 or 12523938. OLE color: 12523938.

HSL color Cylindrical-coordinate representation of color #A219BF: hue angle of 289.52º degrees, saturation: 0.77, 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 #A219BF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16225191-
CMYK0.150.8700.25
HSL289.52º76.85%42.35%-
HSV(B)289.52º86.91%74.9%-
XYZ24.6512.1450.33-
YUV84.89187.89183-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 25 (10.16% from 255) = 6.61%
BLUE value IS 191 (75% from 255) = 50.53%
R=42.86%
G=6.61%
B=50.53%

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
Decimal162251910.150.8700.25289.5276.8542.35
HexA219BFF570191224d2a
Octal242312771712703144211552
Binary101000101100110111111111110101110110011001000101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a219bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a219bf; }

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

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

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

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

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

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

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

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