#A519BC

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

Shades of Dark Orchid #A519BC

Tints of Dark Orchid #A519BC

Color information

#A519BC (or 0xA519BC) is unknown color: approx Dark Orchid. HEX triplet: A5, 19 and BC. RGB value is (165,25,188). Sum of RGB (Red+Green+Blue) = 165+25+188=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #A519BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519BC is #5AE643. Grayscale: #545454. Windows color (decimal): -5957188 or 12327333. OLE color: 12327333.

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

Color convert

RGB16525188-
CMYK0.120.8700.26
HSL291.53º76.53%41.76%-
HSV(B)291.53º86.7%73.73%-
XYZ24.9412.3348.64-
YUV85.44185.88184.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 25 (10.16% from 255) = 6.61%
BLUE value IS 188 (73.83% from 255) = 49.74%
R=43.65%
G=6.61%
B=49.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165251880.120.8700.26291.5376.5341.76
HexA519BCC5701A1244d2a
Octal245312741412703244411552
Binary101001011100110111100110010101110110101001001001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A519BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A519BC; }

 p { color: rgb(165,25,188); }

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

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

 a { background-color: rgb(165,25,188); }

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

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

 span { border-color: rgb(165,25,188); }

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