#A744DD

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

Shades of Dark Orchid #A744DD

Tints of Dark Orchid #A744DD

Color information

#A744DD (or 0xA744DD) is unknown color: approx Dark Orchid. HEX triplet: A7, 44 and DD. RGB value is (167,68,221). Sum of RGB (Red+Green+Blue) = 167+68+221=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #A744DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A744DD is #58BB22. Grayscale: #727272. Windows color (decimal): -5815075 or 14501031. OLE color: 14501031.

HSL color Cylindrical-coordinate representation of color #A744DD: hue angle of 278.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A744DD is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16768221-
CMYK0.240.6900.13
HSL278.82º69.23%56.67%-
HSV(B)278.82º69.23%86.67%-
XYZ31.0517.5770.16-
YUV115.04187.8165.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 68 (26.95% from 255) = 14.91%
BLUE value IS 221 (86.72% from 255) = 48.46%
R=36.62%
G=14.91%
B=48.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167682210.240.6900.13278.8269.2356.67
HexA744DD18450D1174539
Octal2471043353010501542710571
Binary10100111100010011011101110001000101011011000101111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A744DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A744DD; }

 p { color: rgb(167,68,221); }

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

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

 a { background-color: rgb(167,68,221); }

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

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

 span { border-color: rgb(167,68,221); }

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