#A92CE3

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

Shades of Dark Orchid #A92CE3

Tints of Dark Orchid #A92CE3

Color information

#A92CE3 (or 0xA92CE3) is unknown color: approx Dark Orchid. HEX triplet: A9, 2C and E3. RGB value is (169,44,227). Sum of RGB (Red+Green+Blue) = 169+44+227=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 227 (89.06% from 255 or 51.59% from 440); Max value from RGB is 227 - color contains mainly: blue. Hex color #A92CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92CE3 is #56D31C. Grayscale: #656565. Windows color (decimal): -5690141 or 14888105. OLE color: 14888105.

HSL color Cylindrical-coordinate representation of color #A92CE3: hue angle of 280.98º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92CE3 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16944227-
CMYK0.260.8100.11
HSL280.98º76.57%53.14%-
HSV(B)280.98º80.62%89.02%-
XYZ31.1315.7874.08-
YUV102.24198.41175.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 44 (17.58% from 255) = 10%
BLUE value IS 227 (89.06% from 255) = 51.59%
R=38.41%
G=10%
B=51.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal169442270.260.8100.11280.9876.5753.14
HexA92CE31A510B1194d35
Octal251543433212101343111565
Binary1010100110110011100011110101010001010111000110011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92CE3; }

 p { color: rgb(169,44,227); }

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

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

 a { background-color: rgb(169,44,227); }

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

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

 span { border-color: rgb(169,44,227); }

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