#A929CA

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

Shades of Dark Orchid #A929CA

Tints of Dark Orchid #A929CA

Color information

#A929CA (or 0xA929CA) is unknown color: approx Dark Orchid. HEX triplet: A9, 29 and CA. RGB value is (169,41,202). Sum of RGB (Red+Green+Blue) = 169+41+202=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #A929CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A929CA is #56D635. Grayscale: #616161. Windows color (decimal): -5690934 or 13248937. OLE color: 13248937.

HSL color Cylindrical-coordinate representation of color #A929CA: hue angle of 287.7º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A929CA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16941202-
CMYK0.160.8000.21
HSL287.7º66.26%47.65%-
HSV(B)287.7º79.7%79.22%-
XYZ27.8214.2957.17-
YUV97.63186.91178.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 41 (16.41% from 255) = 9.95%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=41.02%
G=9.95%
B=49.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169412020.160.8000.21287.766.2647.65
HexA929CA10500151204230
Octal251513122012002544010260
Binary10101001101001110010101000010100000101011001000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A929CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A929CA; }

 p { color: rgb(169,41,202); }

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

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

 a { background-color: rgb(169,41,202); }

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

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

 span { border-color: rgb(169,41,202); }

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