#A923CA

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

Shades of Dark Orchid #A923CA

Tints of Dark Orchid #A923CA

Color information

#A923CA (or 0xA923CA) is unknown color: approx Dark Orchid. HEX triplet: A9, 23 and CA. RGB value is (169,35,202). Sum of RGB (Red+Green+Blue) = 169+35+202=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #A923CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A923CA is #56DC35. Grayscale: #5D5D5D. Windows color (decimal): -5692470 or 13247401. OLE color: 13247401.

HSL color Cylindrical-coordinate representation of color #A923CA: hue angle of 288.14º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A923CA is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16935202-
CMYK0.160.8300.21
HSL288.14º70.46%46.47%-
HSV(B)288.14º82.67%79.22%-
XYZ27.6213.957.1-
YUV94.1188.89181.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 35 (14.06% from 255) = 8.62%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=41.63%
G=8.62%
B=49.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169352020.160.8300.21288.1470.4646.47
HexA923CA1053015120462e
Octal251433122012302544010656
Binary10101001100011110010101000010100110101011001000001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A923CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A923CA; }

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

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

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

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

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

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

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

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