#A018C3

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

Shades of Dark Orchid #A018C3

Tints of Dark Orchid #A018C3

Color information

#A018C3 (or 0xA018C3) is unknown color: approx Dark Orchid. HEX triplet: A0, 18 and C3. RGB value is (160,24,195). Sum of RGB (Red+Green+Blue) = 160+24+195=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 195 (76.56% from 255 or 51.45% from 379); Max value from RGB is 195 - color contains mainly: blue. Hex color #A018C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018C3 is #5FE73C. Grayscale: #535353. Windows color (decimal): -6285117 or 12785824. OLE color: 12785824.

HSL color Cylindrical-coordinate representation of color #A018C3: hue angle of 287.72º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A018C3 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16024195-
CMYK0.180.8800.24
HSL287.72º78.08%42.94%-
HSV(B)287.72º87.69%76.47%-
XYZ24.6712.0752.66-
YUV84.16190.56182.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.22%
GREEN value IS 24 (9.77% from 255) = 6.33%
BLUE value IS 195 (76.56% from 255) = 51.45%
R=42.22%
G=6.33%
B=51.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160241950.180.8800.24287.7278.0842.94
HexA018C312580181204e2b
Octal240303032213003044011653
Binary1010000011000110000111001010110000110001001000001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A018C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A018C3; }

 p { color: rgb(160,24,195); }

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

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

 a { background-color: rgb(160,24,195); }

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

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

 span { border-color: rgb(160,24,195); }

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