#A419BF

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

Shades of Dark Orchid #A419BF

Tints of Dark Orchid #A419BF

Color information

#A419BF (or 0xA419BF) is unknown color: approx Dark Orchid. HEX triplet: A4, 19 and BF. RGB value is (164,25,191). Sum of RGB (Red+Green+Blue) = 164+25+191=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #A419BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A419BF is #5BE640. Grayscale: #545454. Windows color (decimal): -6022721 or 12523940. OLE color: 12523940.

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

Color convert

RGB16425191-
CMYK0.140.8700.25
HSL290.24º76.85%42.35%-
HSV(B)290.24º86.91%74.9%-
XYZ25.0612.3550.35-
YUV85.48187.55184-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 25 (10.16% from 255) = 6.58%
BLUE value IS 191 (75% from 255) = 50.26%
R=43.16%
G=6.58%
B=50.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164251910.140.8700.25290.2476.8542.35
HexA419BFE570191224d2a
Octal244312771612703144211552
Binary101001001100110111111111010101110110011001000101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A419BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A419BF; }

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

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

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

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

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

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

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

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