#A727BA

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

Shades of Dark Orchid #A727BA

Tints of Dark Orchid #A727BA

Color information

#A727BA (or 0xA727BA) is unknown color: approx Dark Orchid. HEX triplet: A7, 27 and BA. RGB value is (167,39,186). Sum of RGB (Red+Green+Blue) = 167+39+186=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #A727BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A727BA is #58D845. Grayscale: #5D5D5D. Windows color (decimal): -5822534 or 12199847. OLE color: 12199847.

HSL color Cylindrical-coordinate representation of color #A727BA: hue angle of 292.24º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A727BA is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16739186-
CMYK0.100.7900.27
HSL292.24º65.33%44.12%-
HSV(B)292.24º79.03%72.94%-
XYZ25.5213.2147.66-
YUV94.03179.91180.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.60%
GREEN value IS 39 (15.62% from 255) = 9.95%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=42.60%
G=9.95%
B=47.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167391860.100.7900.27292.2465.3344.12
HexA727BAA4F01B124412c
Octal247472721211703344410154
Binary1010011110011110111010101010011110110111001001001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A727BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A727BA; }

 p { color: rgb(167,39,186); }

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

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

 a { background-color: rgb(167,39,186); }

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

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

 span { border-color: rgb(167,39,186); }

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