#a927aa

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

Shades of Dark Orchid #A927AA

Tints of Dark Orchid #A927AA

Color information

#A927AA (or 0xA927AA) is unknown color: approx Dark Orchid. HEX triplet: A9, 27 and AA. RGB value is (169,39,170). Sum of RGB (Red+Green+Blue) = 169+39+170=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #A927AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A927AA is #56D855. Grayscale: #5C5C5C. Windows color (decimal): -5691478 or 11151273. OLE color: 11151273.

HSL color Cylindrical-coordinate representation of color #A927AA: hue angle of 299.54º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A927AA is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16939170-
CMYK0.010.7700.33
HSL299.54º62.68%40.98%-
HSV(B)299.54º77.06%66.67%-
XYZ24.3412.7939.22-
YUV92.8171.57182.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 39 (15.62% from 255) = 10.32%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=44.71%
G=10.32%
B=44.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169391700.010.7700.33299.5462.6840.98
HexA927AA14D02112c3f29
Octal2514725211150414547751
Binary1010100110011110101010110011010100001100101100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a927aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a927aa; }

 p { color: rgb(169,39,170); }

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

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

 a { background-color: rgb(169,39,170); }

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

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

 span { border-color: rgb(169,39,170); }

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