#A318BF

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

Shades of Dark Orchid #A318BF

Tints of Dark Orchid #A318BF

Color information

#A318BF (or 0xA318BF) is unknown color: approx Dark Orchid. HEX triplet: A3, 18 and BF. RGB value is (163,24,191). Sum of RGB (Red+Green+Blue) = 163+24+191=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #A318BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318BF is #5CE740. Grayscale: #545454. Windows color (decimal): -6088513 or 12523683. OLE color: 12523683.

HSL color Cylindrical-coordinate representation of color #A318BF: hue angle of 289.94º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A318BF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16324191-
CMYK0.150.8700.25
HSL289.94º77.67%42.16%-
HSV(B)289.94º87.43%74.9%-
XYZ24.8312.250.34-
YUV84.6188.05183.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 24 (9.77% from 255) = 6.35%
BLUE value IS 191 (75% from 255) = 50.53%
R=43.12%
G=6.35%
B=50.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163241910.150.8700.25289.9477.6742.16
HexA318BFF570191224e2a
Octal243302771712703144211652
Binary101000111100010111111111110101110110011001000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A318BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A318BF; }

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

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

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

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

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

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

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

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