#A442D3

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

Shades of Dark Orchid #A442D3

Tints of Dark Orchid #A442D3

Color information

#A442D3 (or 0xA442D3) is unknown color: approx Dark Orchid. HEX triplet: A4, 42 and D3. RGB value is (164,66,211). Sum of RGB (Red+Green+Blue) = 164+66+211=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 211 - color contains mainly: blue. Hex color #A442D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442D3 is #5BBD2C. Grayscale: #6F6F6F. Windows color (decimal): -6012205 or 13845156. OLE color: 13845156.

HSL color Cylindrical-coordinate representation of color #A442D3: hue angle of 280.55º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A442D3 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16466211-
CMYK0.220.6900.17
HSL280.55º62.23%54.31%-
HSV(B)280.55º68.72%82.75%-
XYZ29.0216.4963.28-
YUV111.83183.97165.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 66 (26.17% from 255) = 14.97%
BLUE value IS 211 (82.81% from 255) = 47.85%
R=37.19%
G=14.97%
B=47.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164662110.220.6900.17280.5562.2354.31
HexA442D316450111193e36
Octal244102323261050214317666
Binary10100100100001011010011101101000101010001100011001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A442D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A442D3; }

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

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

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

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

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

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

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

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