#a92dce

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

Shades of Dark Orchid #A92DCE

Tints of Dark Orchid #A92DCE

Color information

#A92DCE (or 0xA92DCE) is unknown color: approx Dark Orchid. HEX triplet: A9, 2D and CE. RGB value is (169,45,206). Sum of RGB (Red+Green+Blue) = 169+45+206=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #A92DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DCE is #56D231. Grayscale: #636363. Windows color (decimal): -5689906 or 13512105. OLE color: 13512105.

HSL color Cylindrical-coordinate representation of color #A92DCE: hue angle of 286.21º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92DCE is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16945206-
CMYK0.180.7800.19
HSL286.21º64.14%49.22%-
HSV(B)286.21º78.16%80.78%-
XYZ28.4414.7759.74-
YUV100.43187.58176.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 45 (17.97% from 255) = 10.71%
BLUE value IS 206 (80.86% from 255) = 49.05%
R=40.24%
G=10.71%
B=49.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169452060.180.7800.19286.2164.1449.22
HexA92DCE124E01311e4031
Octal251553162211602343610061
Binary10101001101101110011101001010011100100111000111101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a92dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a92dce; }

 p { color: rgb(169,45,206); }

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

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

 a { background-color: rgb(169,45,206); }

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

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

 span { border-color: rgb(169,45,206); }

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