#a91eac

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

Shades of Dark Orchid #A91EAC

Tints of Dark Orchid #A91EAC

Color information

#A91EAC (or 0xA91EAC) is unknown color: approx Dark Orchid. HEX triplet: A9, 1E and AC. RGB value is (169,30,172). Sum of RGB (Red+Green+Blue) = 169+30+172=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #A91EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91EAC is #56E153. Grayscale: #575757. Windows color (decimal): -5693780 or 11280041. OLE color: 11280041.

HSL color Cylindrical-coordinate representation of color #A91EAC: hue angle of 298.73º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91EAC is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16930172-
CMYK0.020.8300.33
HSL298.73º70.3%39.61%-
HSV(B)298.73º82.56%67.45%-
XYZ24.2712.3440.13-
YUV87.75175.55185.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=45.55%
G=8.09%
B=46.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169301720.020.8300.33298.7370.339.61
HexA91EAC25302112b4628
Octal25136254212304145310650
Binary10101001111101010110010101001101000011001010111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a91eac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a91eac; }

 p { color: rgb(169,30,172); }

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

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

 a { background-color: rgb(169,30,172); }

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

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

 span { border-color: rgb(169,30,172); }

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