#A13CCC

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

Shades of Dark Orchid #A13CCC

Tints of Dark Orchid #A13CCC

Color information

#A13CCC (or 0xA13CCC) is unknown color: approx Dark Orchid. HEX triplet: A1, 3C and CC. RGB value is (161,60,204). Sum of RGB (Red+Green+Blue) = 161+60+204=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #A13CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CCC is #5EC333. Grayscale: #6A6A6A. Windows color (decimal): -6210356 or 13384865. OLE color: 13384865.

HSL color Cylindrical-coordinate representation of color #A13CCC: hue angle of 282.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A13CCC is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16160204-
CMYK0.210.7100.2
HSL282.08º58.54%51.76%-
HSV(B)282.08º70.59%80%-
XYZ27.2115.1758.62-
YUV106.62182.96166.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 60 (23.83% from 255) = 14.12%
BLUE value IS 204 (80.08% from 255) = 48%
R=37.88%
G=14.12%
B=48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal161602040.210.7100.2282.0858.5451.76
HexA13CCC154701411a3b34
Octal24174314251070244327364
Binary1010000111110011001100101011000111010100100011010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13CCC; }

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

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

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

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

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

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

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

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