#A13CC1

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

Shades of Dark Orchid #A13CC1

Tints of Dark Orchid #A13CC1

Color information

#A13CC1 (or 0xA13CC1) is unknown color: approx Dark Orchid. HEX triplet: A1, 3C and C1. RGB value is (161,60,193). Sum of RGB (Red+Green+Blue) = 161+60+193=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #A13CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CC1 is #5EC33E. Grayscale: #686868. Windows color (decimal): -6210367 or 12663969. OLE color: 12663969.

HSL color Cylindrical-coordinate representation of color #A13CC1: hue angle of 285.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13CC1 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16160193-
CMYK0.170.6900.24
HSL285.56º52.57%49.61%-
HSV(B)285.56º68.91%75.69%-
XYZ25.9414.6651.91-
YUV105.36177.46167.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 60 (23.83% from 255) = 14.49%
BLUE value IS 193 (75.78% from 255) = 46.62%
R=38.89%
G=14.49%
B=46.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161601930.170.6900.24285.5652.5749.61
HexA13CC1114501811e3532
Octal24174301211050304366562
Binary1010000111110011000001100011000101011000100011110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13CC1; }

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

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

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

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

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

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

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

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