#a718c3

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

Shades of Dark Orchid #A718C3

Tints of Dark Orchid #A718C3

Color information

#A718C3 (or 0xA718C3) is unknown color: approx Dark Orchid. HEX triplet: A7, 18 and C3. RGB value is (167,24,195). Sum of RGB (Red+Green+Blue) = 167+24+195=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #A718C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718C3 is #58E73C. Grayscale: #555555. Windows color (decimal): -5826365 or 12785831. OLE color: 12785831.

HSL color Cylindrical-coordinate representation of color #A718C3: hue angle of 290.18º 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 #A718C3 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16724195-
CMYK0.140.8800.24
HSL290.18º78.08%42.94%-
HSV(B)290.18º87.69%76.47%-
XYZ26.1112.8152.73-
YUV86.25189.38185.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.26%
GREEN value IS 24 (9.77% from 255) = 6.22%
BLUE value IS 195 (76.56% from 255) = 50.52%
R=43.26%
G=6.22%
B=50.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167241950.140.8800.24290.1878.0842.94
HexA718C3E580181224e2b
Octal247303031613003044211653
Binary101001111100011000011111010110000110001001000101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a718c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a718c3; }

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

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

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

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

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

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

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

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