#A929C9

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

Shades of Dark Orchid #A929C9

Tints of Dark Orchid #A929C9

Color information

#A929C9 (or 0xA929C9) is unknown color: approx Dark Orchid. HEX triplet: A9, 29 and C9. RGB value is (169,41,201). Sum of RGB (Red+Green+Blue) = 169+41+201=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #A929C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A929C9 is #56D636. Grayscale: #606060. Windows color (decimal): -5690935 or 13183401. OLE color: 13183401.

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

Color convert

RGB16941201-
CMYK0.160.8000.21
HSL288º66.12%47.45%-
HSV(B)288º79.6%78.82%-
XYZ27.714.2456.55-
YUV97.51186.41178.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 41 (16.41% from 255) = 9.98%
BLUE value IS 201 (78.91% from 255) = 48.91%
R=41.12%
G=9.98%
B=48.91%

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
Decimal169412010.160.8000.2128866.1247.45
HexA929C91050015120422f
Octal251513112012002544010257
Binary10101001101001110010011000010100000101011001000001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A929C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A929C9; }

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

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

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

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

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

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

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

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