#A92DB4

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

Shades of Dark Orchid #A92DB4

Tints of Dark Orchid #A92DB4

Color information

#A92DB4 (or 0xA92DB4) is unknown color: approx Dark Orchid. HEX triplet: A9, 2D and B4. RGB value is (169,45,180). Sum of RGB (Red+Green+Blue) = 169+45+180=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #A92DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DB4 is #56D24B. Grayscale: #616161. Windows color (decimal): -5689932 or 11808169. OLE color: 11808169.

HSL color Cylindrical-coordinate representation of color #A92DB4: hue angle of 295.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92DB4 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16945180-
CMYK0.060.7500.29
HSL295.11º60%44.12%-
HSV(B)295.11º75%70.59%-
XYZ25.5413.6144.46-
YUV97.47174.58179.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 45 (17.97% from 255) = 11.42%
BLUE value IS 180 (70.70% from 255) = 45.69%
R=42.89%
G=11.42%
B=45.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169451800.060.7500.29295.116044.12
HexA92DB464B01D1273c2c
Octal2515526461130354477454
Binary10101001101101101101001101001011011101100100111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92DB4; }

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

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

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

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

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

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

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

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