#A519CF

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

Shades of Dark Orchid #A519CF

Tints of Dark Orchid #A519CF

Color information

#A519CF (or 0xA519CF) is unknown color: approx Dark Orchid. HEX triplet: A5, 19 and CF. RGB value is (165,25,207). Sum of RGB (Red+Green+Blue) = 165+25+207=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #A519CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519CF is #5AE630. Grayscale: #575757. Windows color (decimal): -5957169 or 13572517. OLE color: 13572517.

HSL color Cylindrical-coordinate representation of color #A519CF: hue angle of 286.15º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A519CF is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16525207-
CMYK0.200.8800.19
HSL286.15º78.45%45.49%-
HSV(B)286.15º87.92%81.18%-
XYZ27.1313.260.15-
YUV87.61195.38183.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 25 (10.16% from 255) = 6.30%
BLUE value IS 207 (81.25% from 255) = 52.14%
R=41.56%
G=6.30%
B=52.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165252070.200.8800.19286.1578.4545.49
HexA519CF145801311e4e2d
Octal245313172413002343611655
Binary1010010111001110011111010010110000100111000111101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A519CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A519CF; }

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

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

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

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

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

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

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

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