#A13BB2

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

Shades of Dark Orchid #A13BB2

Tints of Dark Orchid #A13BB2

Color information

#A13BB2 (or 0xA13BB2) is unknown color: approx Dark Orchid. HEX triplet: A1, 3B and B2. RGB value is (161,59,178). Sum of RGB (Red+Green+Blue) = 161+59+178=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #A13BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13BB2 is #5EC44D. Grayscale: #666666. Windows color (decimal): -6210638 or 11680673. OLE color: 11680673.

HSL color Cylindrical-coordinate representation of color #A13BB2: hue angle of 291.43º degrees, saturation: 0.5, 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 #A13BB2 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16159178-
CMYK0.100.6700.30
HSL291.43º50.21%46.47%-
HSV(B)291.43º66.85%69.8%-
XYZ24.313.9243.53-
YUV103.06170.29169.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 59 (23.44% from 255) = 14.82%
BLUE value IS 178 (69.92% from 255) = 44.72%
R=40.45%
G=14.82%
B=44.72%

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
Decimal161591780.100.6700.30291.4350.2146.47
HexA13BB2A4301E123322e
Octal24173262121030364436256
Binary101000011110111011001010101000011011110100100011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13BB2; }

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

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

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

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

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

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

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

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