#A932AD

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

Shades of Dark Orchid #A932AD

Tints of Dark Orchid #A932AD

Color information

#A932AD (or 0xA932AD) is unknown color: approx Dark Orchid. HEX triplet: A9, 32 and AD. RGB value is (169,50,173). Sum of RGB (Red+Green+Blue) = 169+50+173=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #A932AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A932AD is #56CD52. Grayscale: #636363. Windows color (decimal): -5688659 or 11350697. OLE color: 11350697.

HSL color Cylindrical-coordinate representation of color #A932AD: hue angle of 298.05º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A932AD is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16950173-
CMYK0.020.7100.32
HSL298.05º55.16%43.73%-
HSV(B)298.05º71.1%67.84%-
XYZ25.0513.7340.87-
YUV99.6169.42177.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 50 (19.92% from 255) = 12.76%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=43.11%
G=12.76%
B=44.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169501730.020.7100.32298.0555.1643.73
HexA932AD24702012a372c
Octal2516225521070404526754
Binary10101001110010101011011010001110100000100101010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A932AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A932AD; }

 p { color: rgb(169,50,173); }

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

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

 a { background-color: rgb(169,50,173); }

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

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

 span { border-color: rgb(169,50,173); }

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