#A142DD

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

Shades of Dark Orchid #A142DD

Tints of Dark Orchid #A142DD

Color information

#A142DD (or 0xA142DD) is unknown color: approx Dark Orchid. HEX triplet: A1, 42 and DD. RGB value is (161,66,221). Sum of RGB (Red+Green+Blue) = 161+66+221=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #A142DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142DD is #5EBD22. Grayscale: #6F6F6F. Windows color (decimal): -6208803 or 14500513. OLE color: 14500513.

HSL color Cylindrical-coordinate representation of color #A142DD: hue angle of 276.77º 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 #A142DD is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16166221-
CMYK0.270.7000.13
HSL276.77º69.51%56.27%-
HSV(B)276.77º70.14%86.67%-
XYZ29.716.6970.06-
YUV112.08189.47162.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 66 (26.17% from 255) = 14.73%
BLUE value IS 221 (86.72% from 255) = 49.33%
R=35.94%
G=14.73%
B=49.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161662210.270.7000.13276.7769.5156.27
HexA142DD1B460D1154638
Octal2411023353310601542510670
Binary10100001100001011011101110111000110011011000101011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A142DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A142DD; }

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

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

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

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

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

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

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

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