#A13BC9

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

Shades of Dark Orchid #A13BC9

Tints of Dark Orchid #A13BC9

Color information

#A13BC9 (or 0xA13BC9) is unknown color: approx Dark Orchid. HEX triplet: A1, 3B and C9. RGB value is (161,59,201). Sum of RGB (Red+Green+Blue) = 161+59+201=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #A13BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13BC9 is #5EC436. Grayscale: #696969. Windows color (decimal): -6210615 or 13188001. OLE color: 13188001.

HSL color Cylindrical-coordinate representation of color #A13BC9: hue angle of 283.1º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A13BC9 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16159201-
CMYK0.200.7100.21
HSL283.1º56.8%50.98%-
HSV(B)283.1º70.65%78.82%-
XYZ26.814.9256.73-
YUV105.69181.79167.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 59 (23.44% from 255) = 14.01%
BLUE value IS 201 (78.91% from 255) = 47.74%
R=38.24%
G=14.01%
B=47.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161592010.200.7100.21283.156.850.98
HexA13BC9144701511b3933
Octal24173311241070254337163
Binary1010000111101111001001101001000111010101100011011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13BC9; }

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

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

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

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

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

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

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

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