#A123C2

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

Shades of Dark Orchid #A123C2

Tints of Dark Orchid #A123C2

Color information

#A123C2 (or 0xA123C2) is unknown color: approx Dark Orchid. HEX triplet: A1, 23 and C2. RGB value is (161,35,194). Sum of RGB (Red+Green+Blue) = 161+35+194=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #A123C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A123C2 is #5EDC3D. Grayscale: #5A5A5A. Windows color (decimal): -6216766 or 12723105. OLE color: 12723105.

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

Color convert

RGB16135194-
CMYK0.170.8200.24
HSL287.55º69.43%44.9%-
HSV(B)287.55º81.96%76.08%-
XYZ25.0412.6752.17-
YUV90.8186.24178.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.28%
GREEN value IS 35 (14.06% from 255) = 8.97%
BLUE value IS 194 (76.17% from 255) = 49.74%
R=41.28%
G=8.97%
B=49.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161351940.170.8200.24287.5569.4344.9
HexA123C21152018120452d
Octal241433022112203044010555
Binary10100001100011110000101000110100100110001001000001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A123C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A123C2; }

 p { color: rgb(161,35,194); }

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

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

 a { background-color: rgb(161,35,194); }

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

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

 span { border-color: rgb(161,35,194); }

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