#A818C7

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

Shades of Dark Orchid #A818C7

Tints of Dark Orchid #A818C7

Color information

#A818C7 (or 0xA818C7) is unknown color: approx Dark Orchid. HEX triplet: A8, 18 and C7. RGB value is (168,24,199). Sum of RGB (Red+Green+Blue) = 168+24+199=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #A818C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818C7 is #57E738. Grayscale: #565656. Windows color (decimal): -5760825 or 13047976. OLE color: 13047976.

HSL color Cylindrical-coordinate representation of color #A818C7: hue angle of 289.37º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A818C7 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16824199-
CMYK0.160.8800.22
HSL289.37º78.48%43.73%-
HSV(B)289.37º87.94%78.04%-
XYZ26.7813.155.15-
YUV87.01191.21185.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 24 (9.77% from 255) = 6.14%
BLUE value IS 199 (78.12% from 255) = 50.90%
R=42.97%
G=6.14%
B=50.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168241990.160.8800.22289.3778.4843.73
HexA818C710580161214e2c
Octal250303072013002644111654
Binary1010100011000110001111000010110000101101001000011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A818C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A818C7; }

 p { color: rgb(168,24,199); }

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

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

 a { background-color: rgb(168,24,199); }

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

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

 span { border-color: rgb(168,24,199); }

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