#A218CA

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

Shades of Dark Orchid #A218CA

Tints of Dark Orchid #A218CA

Color information

#A218CA (or 0xA218CA) is unknown color: approx Dark Orchid. HEX triplet: A2, 18 and CA. RGB value is (162,24,202). Sum of RGB (Red+Green+Blue) = 162+24+202=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #A218CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218CA is #5DE735. Grayscale: #545454. Windows color (decimal): -6154038 or 13244578. OLE color: 13244578.

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

Color convert

RGB16224202-
CMYK0.200.8800.21
HSL286.52º78.76%44.31%-
HSV(B)286.52º88.12%79.22%-
XYZ25.8912.656.94-
YUV85.55193.72182.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 24 (9.77% from 255) = 6.19%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=41.75%
G=6.19%
B=52.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162242020.200.8800.21286.5278.7644.31
HexA218CA145801511f4f2c
Octal242303122413002543711754
Binary1010001011000110010101010010110000101011000111111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A218CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A218CA; }

 p { color: rgb(162,24,202); }

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

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

 a { background-color: rgb(162,24,202); }

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

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

 span { border-color: rgb(162,24,202); }

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