#A92CE4

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

Shades of Dark Orchid #A92CE4

Tints of Dark Orchid #A92CE4

Color information

#A92CE4 (or 0xA92CE4) is unknown color: approx Dark Orchid. HEX triplet: A9, 2C and E4. RGB value is (169,44,228). Sum of RGB (Red+Green+Blue) = 169+44+228=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 228 (89.45% from 255 or 51.70% from 441); Max value from RGB is 228 - color contains mainly: blue. Hex color #A92CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92CE4 is #56D31B. Grayscale: #656565. Windows color (decimal): -5690140 or 14953641. OLE color: 14953641.

HSL color Cylindrical-coordinate representation of color #A92CE4: hue angle of 280.76º 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 #A92CE4 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16944228-
CMYK0.260.8100.11
HSL280.76º77.31%53.33%-
HSV(B)280.76º80.7%89.41%-
XYZ31.2715.8474.81-
YUV102.35198.91175.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 44 (17.58% from 255) = 9.98%
BLUE value IS 228 (89.45% from 255) = 51.70%
R=38.32%
G=9.98%
B=51.70%

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
Decimal169442280.260.8100.11280.7677.3153.33
HexA92CE41A510B1194d35
Octal251543443212101343111565
Binary1010100110110011100100110101010001010111000110011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92CE4; }

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

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

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

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

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

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

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

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