#A418C3

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

Shades of Dark Orchid #A418C3

Tints of Dark Orchid #A418C3

Color information

#A418C3 (or 0xA418C3) is unknown color: approx Dark Orchid. HEX triplet: A4, 18 and C3. RGB value is (164,24,195). Sum of RGB (Red+Green+Blue) = 164+24+195=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 195 (76.56% from 255 or 50.91% from 383); Max value from RGB is 195 - color contains mainly: blue. Hex color #A418C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418C3 is #5BE73C. Grayscale: #545454. Windows color (decimal): -6022973 or 12785828. OLE color: 12785828.

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

Color convert

RGB16424195-
CMYK0.160.8800.24
HSL289.12º78.08%42.94%-
HSV(B)289.12º87.69%76.47%-
XYZ25.4912.4952.7-
YUV85.35189.88184.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 24 (9.77% from 255) = 6.27%
BLUE value IS 195 (76.56% from 255) = 50.91%
R=42.82%
G=6.27%
B=50.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164241950.160.8800.24289.1278.0842.94
HexA418C310580181214e2b
Octal244303032013003044111653
Binary1010010011000110000111000010110000110001001000011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A418C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A418C3; }

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

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

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

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

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

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

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

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