#A13AB2

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

Shades of Dark Orchid #A13AB2

Tints of Dark Orchid #A13AB2

Color information

#A13AB2 (or 0xA13AB2) is unknown color: approx Dark Orchid. HEX triplet: A1, 3A and B2. RGB value is (161,58,178). Sum of RGB (Red+Green+Blue) = 161+58+178=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #A13AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13AB2 is #5EC54D. Grayscale: #666666. Windows color (decimal): -6210894 or 11680417. OLE color: 11680417.

HSL color Cylindrical-coordinate representation of color #A13AB2: hue angle of 291.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13AB2 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16158178-
CMYK0.100.6700.30
HSL291.5º50.85%46.27%-
HSV(B)291.5º67.42%69.8%-
XYZ24.2513.8243.51-
YUV102.48170.62169.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 58 (23.05% from 255) = 14.61%
BLUE value IS 178 (69.92% from 255) = 44.84%
R=40.55%
G=14.61%
B=44.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161581780.100.6700.30291.550.8546.27
HexA13AB2A4301E124332e
Octal24172262121030364446356
Binary101000011110101011001010101000011011110100100100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13AB2; }

 p { color: rgb(161,58,178); }

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

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

 a { background-color: rgb(161,58,178); }

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

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

 span { border-color: rgb(161,58,178); }

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