#A92EBF

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

Shades of Dark Orchid #A92EBF

Tints of Dark Orchid #A92EBF

Color information

#A92EBF (or 0xA92EBF) is unknown color: approx Dark Orchid. HEX triplet: A9, 2E and BF. RGB value is (169,46,191). Sum of RGB (Red+Green+Blue) = 169+46+191=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #A92EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92EBF is #56D140. Grayscale: #626262. Windows color (decimal): -5689665 or 12529321. OLE color: 12529321.

HSL color Cylindrical-coordinate representation of color #A92EBF: hue angle of 290.9º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92EBF is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16946191-
CMYK0.120.7600.25
HSL290.9º61.18%46.47%-
HSV(B)290.9º75.92%74.9%-
XYZ26.7414.1550.61-
YUV99.31179.75177.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 46 (18.36% from 255) = 11.33%
BLUE value IS 191 (75% from 255) = 47.04%
R=41.63%
G=11.33%
B=47.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169461910.120.7600.25290.961.1846.47
HexA92EBFC4C0191233d2e
Octal25156277141140314437556
Binary101010011011101011111111001001100011001100100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92EBF; }

 p { color: rgb(169,46,191); }

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

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

 a { background-color: rgb(169,46,191); }

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

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

 span { border-color: rgb(169,46,191); }

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