#A942DD

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

Shades of Dark Orchid #A942DD

Tints of Dark Orchid #A942DD

Color information

#A942DD (or 0xA942DD) is unknown color: approx Dark Orchid. HEX triplet: A9, 42 and DD. RGB value is (169,66,221). Sum of RGB (Red+Green+Blue) = 169+66+221=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 66 (26.17% from 255 or 14.47% 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 #A942DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942DD is #56BD22. Grayscale: #717171. Windows color (decimal): -5684515 or 14500521. OLE color: 14500521.

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

Color convert

RGB16966221-
CMYK0.240.7000.13
HSL279.87º69.51%56.27%-
HSV(B)279.87º70.14%86.67%-
XYZ31.3617.5570.14-
YUV114.47188.12166.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 66 (26.17% from 255) = 14.47%
BLUE value IS 221 (86.72% from 255) = 48.46%
R=37.06%
G=14.47%
B=48.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169662210.240.7000.13279.8769.5156.27
HexA942DD18460D1184638
Octal2511023353010601543010670
Binary10101001100001011011101110001000110011011000110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A942DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A942DD; }

 p { color: rgb(169,66,221); }

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

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

 a { background-color: rgb(169,66,221); }

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

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

 span { border-color: rgb(169,66,221); }

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