#A449CF

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

Shades of Dark Orchid #A449CF

Tints of Dark Orchid #A449CF

Color information

#A449CF (or 0xA449CF) is unknown color: approx Dark Orchid. HEX triplet: A4, 49 and CF. RGB value is (164,73,207). Sum of RGB (Red+Green+Blue) = 164+73+207=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #A449CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449CF is #5BB630. Grayscale: #737373. Windows color (decimal): -6010417 or 13584804. OLE color: 13584804.

HSL color Cylindrical-coordinate representation of color #A449CF: hue angle of 280.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A449CF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16473207-
CMYK0.210.6500.19
HSL280.75º58.26%54.9%-
HSV(B)280.75º64.73%81.18%-
XYZ28.9517.1660.82-
YUV115.48179.65162.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=36.94%
G=16.44%
B=46.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164732070.210.6500.19280.7558.2654.9
HexA449CF15410131193a37
Octal244111317251010234317267
Binary10100100100100111001111101011000001010011100011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A449CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A449CF; }

 p { color: rgb(164,73,207); }

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

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

 a { background-color: rgb(164,73,207); }

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

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

 span { border-color: rgb(164,73,207); }

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