#A31BAE

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

Shades of Dark Orchid #A31BAE

Tints of Dark Orchid #A31BAE

Color information

#A31BAE (or 0xA31BAE) is unknown color: approx Dark Orchid. HEX triplet: A3, 1B and AE. RGB value is (163,27,174). Sum of RGB (Red+Green+Blue) = 163+27+174=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #A31BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BAE is #5CE451. Grayscale: #535353. Windows color (decimal): -6087762 or 11410339. OLE color: 11410339.

HSL color Cylindrical-coordinate representation of color #A31BAE: hue angle of 295.51º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31BAE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16327174-
CMYK0.060.8400.32
HSL295.51º73.13%39.41%-
HSV(B)295.51º84.48%68.24%-
XYZ23.1411.6341.07-
YUV84.42178.56184.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 27 (10.94% from 255) = 7.42%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=44.78%
G=7.42%
B=47.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163271740.060.8400.32295.5173.1339.41
HexA31BAE6540201284927
Octal24333256612404045011147
Binary101000111101110101110110101010001000001001010001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31BAE; }

 p { color: rgb(163,27,174); }

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

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

 a { background-color: rgb(163,27,174); }

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

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

 span { border-color: rgb(163,27,174); }

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