#A318AD

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

Shades of Dark Orchid #A318AD

Tints of Dark Orchid #A318AD

Color information

#A318AD (or 0xA318AD) is unknown color: approx Dark Orchid. HEX triplet: A3, 18 and AD. RGB value is (163,24,173). Sum of RGB (Red+Green+Blue) = 163+24+173=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #A318AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A318AD is #5CE752. Grayscale: #525252. Windows color (decimal): -6088531 or 11344035. OLE color: 11344035.

HSL color Cylindrical-coordinate representation of color #A318AD: hue angle of 295.97º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A318AD is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16324173-
CMYK0.060.8600.32
HSL295.97º75.63%38.63%-
HSV(B)295.97º86.13%67.84%-
XYZ22.9711.4640.54-
YUV82.55179.05185.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.28%
GREEN value IS 24 (9.77% from 255) = 6.67%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=45.28%
G=6.67%
B=48.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163241730.060.8600.32295.9775.6338.63
HexA318AD6560201284c27
Octal24330255612604045011447
Binary101000111100010101101110101011001000001001010001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A318AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A318AD; }

 p { color: rgb(163,24,173); }

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

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

 a { background-color: rgb(163,24,173); }

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

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

 span { border-color: rgb(163,24,173); }

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