#A92DDC

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

Shades of Dark Orchid #A92DDC

Tints of Dark Orchid #A92DDC

Color information

#A92DDC (or 0xA92DDC) is unknown color: approx Dark Orchid. HEX triplet: A9, 2D and DC. RGB value is (169,45,220). Sum of RGB (Red+Green+Blue) = 169+45+220=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #A92DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DDC is #56D223. Grayscale: #656565. Windows color (decimal): -5689892 or 14429609. OLE color: 14429609.

HSL color Cylindrical-coordinate representation of color #A92DDC: hue angle of 282.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92DDC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16945220-
CMYK0.230.8000.14
HSL282.51º71.43%51.96%-
HSV(B)282.51º79.55%86.27%-
XYZ30.2215.4869.11-
YUV102.03194.58175.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 45 (17.97% from 255) = 10.37%
BLUE value IS 220 (86.33% from 255) = 50.69%
R=38.94%
G=10.37%
B=50.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169452200.230.8000.14282.5171.4351.96
HexA92DDC17500E11b4734
Octal251553342712001643310764
Binary1010100110110111011100101111010000011101000110111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92DDC; }

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

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

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

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

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

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

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

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