#A919CF

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

Shades of Dark Orchid #A919CF

Tints of Dark Orchid #A919CF

Color information

#A919CF (or 0xA919CF) is unknown color: approx Dark Orchid. HEX triplet: A9, 19 and CF. RGB value is (169,25,207). Sum of RGB (Red+Green+Blue) = 169+25+207=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #A919CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A919CF is #56E630. Grayscale: #585858. Windows color (decimal): -5695025 or 13572521. OLE color: 13572521.

HSL color Cylindrical-coordinate representation of color #A919CF: hue angle of 287.47º 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 #A919CF is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16925207-
CMYK0.180.8800.19
HSL287.47º78.45%45.49%-
HSV(B)287.47º87.92%81.18%-
XYZ27.9713.6460.19-
YUV88.8194.71185.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 25 (10.16% from 255) = 6.23%
BLUE value IS 207 (81.25% from 255) = 51.62%
R=42.14%
G=6.23%
B=51.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169252070.180.8800.19287.4778.4545.49
HexA919CF125801311f4e2d
Octal251313172213002343711655
Binary1010100111001110011111001010110000100111000111111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A919CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A919CF; }

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

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

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

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

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

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

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

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