#A13CBF

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

Shades of Dark Orchid #A13CBF

Tints of Dark Orchid #A13CBF

Color information

#A13CBF (or 0xA13CBF) is unknown color: approx Dark Orchid. HEX triplet: A1, 3C and BF. RGB value is (161,60,191). Sum of RGB (Red+Green+Blue) = 161+60+191=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #A13CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CBF is #5EC340. Grayscale: #686868. Windows color (decimal): -6210369 or 12532897. OLE color: 12532897.

HSL color Cylindrical-coordinate representation of color #A13CBF: hue angle of 286.26º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13CBF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16160191-
CMYK0.160.6900.25
HSL286.26º52.19%49.22%-
HSV(B)286.26º68.59%74.9%-
XYZ25.7214.5750.75-
YUV105.13176.46167.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 60 (23.83% from 255) = 14.56%
BLUE value IS 191 (75% from 255) = 46.36%
R=39.08%
G=14.56%
B=46.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161601910.160.6900.25286.2652.1949.22
HexA13CBF104501911e3431
Octal24174277201050314366461
Binary1010000111110010111111100001000101011001100011110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13CBF; }

 p { color: rgb(161,60,191); }

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

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

 a { background-color: rgb(161,60,191); }

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

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

 span { border-color: rgb(161,60,191); }

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