#A927B5

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

Shades of Dark Orchid #A927B5

Tints of Dark Orchid #A927B5

Color information

#A927B5 (or 0xA927B5) is unknown color: approx Dark Orchid. HEX triplet: A9, 27 and B5. RGB value is (169,39,181). Sum of RGB (Red+Green+Blue) = 169+39+181=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #A927B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A927B5 is #56D84A. Grayscale: #5D5D5D. Windows color (decimal): -5691467 or 11872169. OLE color: 11872169.

HSL color Cylindrical-coordinate representation of color #A927B5: hue angle of 294.93º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A927B5 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16939181-
CMYK0.070.7800.29
HSL294.93º64.55%43.14%-
HSV(B)294.93º78.45%70.98%-
XYZ25.4313.2244.93-
YUV94.06177.07181.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 39 (15.62% from 255) = 10.03%
BLUE value IS 181 (71.09% from 255) = 46.53%
R=43.44%
G=10.03%
B=46.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169391810.070.7800.29294.9364.5543.14
HexA927B574E01D127412b
Octal25147265711603544710153
Binary101010011001111011010111110011100111011001001111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A927B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A927B5; }

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

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

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

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

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

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

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

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