#A442D1

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

Shades of Dark Orchid #A442D1

Tints of Dark Orchid #A442D1

Color information

#A442D1 (or 0xA442D1) is unknown color: approx Dark Orchid. HEX triplet: A4, 42 and D1. RGB value is (164,66,209). Sum of RGB (Red+Green+Blue) = 164+66+209=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #A442D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442D1 is #5BBD2E. Grayscale: #6F6F6F. Windows color (decimal): -6012207 or 13714084. OLE color: 13714084.

HSL color Cylindrical-coordinate representation of color #A442D1: hue angle of 281.12º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A442D1 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16466209-
CMYK0.220.6800.18
HSL281.12º60.85%53.92%-
HSV(B)281.12º68.42%81.96%-
XYZ28.7716.3961.97-
YUV111.6182.97165.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 66 (26.17% from 255) = 15.03%
BLUE value IS 209 (82.03% from 255) = 47.61%
R=37.36%
G=15.03%
B=47.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164662090.220.6800.18281.1260.8553.92
HexA442D116440121193d36
Octal244102321261040224317566
Binary10100100100001011010001101101000100010010100011001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A442D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A442D1; }

 p { color: rgb(164,66,209); }

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

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

 a { background-color: rgb(164,66,209); }

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

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

 span { border-color: rgb(164,66,209); }

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