#A03DC4

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

Shades of Dark Orchid #A03DC4

Tints of Dark Orchid #A03DC4

Color information

#A03DC4 (or 0xA03DC4) is unknown color: approx Dark Orchid. HEX triplet: A0, 3D and C4. RGB value is (160,61,196). Sum of RGB (Red+Green+Blue) = 160+61+196=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #A03DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DC4 is #5FC23B. Grayscale: #696969. Windows color (decimal): -6275644 or 12860832. OLE color: 12860832.

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

Color convert

RGB16061196-
CMYK0.180.6900.23
HSL284º53.36%50.39%-
HSV(B)284º68.88%76.86%-
XYZ26.1314.853.7-
YUV105.99178.8166.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 61 (24.22% from 255) = 14.63%
BLUE value IS 196 (76.95% from 255) = 47.00%
R=38.37%
G=14.63%
B=47.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160611960.180.6900.2328453.3650.39
HexA03DC4124501711c3532
Octal24075304221050274346562
Binary1010000011110111000100100101000101010111100011100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03DC4; }

 p { color: rgb(160,61,196); }

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

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

 a { background-color: rgb(160,61,196); }

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

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

 span { border-color: rgb(160,61,196); }

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