#A13FD3

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

Shades of Dark Orchid #A13FD3

Tints of Dark Orchid #A13FD3

Color information

#A13FD3 (or 0xA13FD3) is unknown color: approx Dark Orchid. HEX triplet: A1, 3F and D3. RGB value is (161,63,211). Sum of RGB (Red+Green+Blue) = 161+63+211=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #A13FD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13FD3 is #5EC02C. Grayscale: #6C6C6C. Windows color (decimal): -6209581 or 13844385. OLE color: 13844385.

HSL color Cylindrical-coordinate representation of color #A13FD3: hue angle of 279.73º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13FD3 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16163211-
CMYK0.240.7000.17
HSL279.73º62.71%53.73%-
HSV(B)279.73º70.14%82.75%-
XYZ28.2315.8463.2-
YUV109.17185.47164.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 63 (25% from 255) = 14.48%
BLUE value IS 211 (82.81% from 255) = 48.51%
R=37.01%
G=14.48%
B=48.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161632110.240.7000.17279.7362.7153.73
HexA13FD318460111183f36
Octal24177323301060214307766
Binary1010000111111111010011110001000110010001100011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13FD3; }

 p { color: rgb(161,63,211); }

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

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

 a { background-color: rgb(161,63,211); }

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

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

 span { border-color: rgb(161,63,211); }

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