#A71BAE

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

Shades of Dark Orchid #A71BAE

Tints of Dark Orchid #A71BAE

Color information

#A71BAE (or 0xA71BAE) is unknown color: approx Dark Orchid. HEX triplet: A7, 1B and AE. RGB value is (167,27,174). Sum of RGB (Red+Green+Blue) = 167+27+174=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #A71BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71BAE is #58E451. Grayscale: #555555. Windows color (decimal): -5825618 or 11410343. OLE color: 11410343.

HSL color Cylindrical-coordinate representation of color #A71BAE: hue angle of 297.14º 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 #A71BAE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16727174-
CMYK0.040.8400.32
HSL297.14º73.13%39.41%-
HSV(B)297.14º84.48%68.24%-
XYZ23.9712.0641.11-
YUV85.62177.88186.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 27 (10.94% from 255) = 7.34%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=45.38%
G=7.34%
B=47.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167271740.040.8400.32297.1473.1339.41
HexA71BAE4540201294927
Octal24733256412404045111147
Binary101001111101110101110100101010001000001001010011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71BAE; }

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

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

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

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

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

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

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

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