#A532AD

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

Shades of Dark Orchid #A532AD

Tints of Dark Orchid #A532AD

Color information

#A532AD (or 0xA532AD) is unknown color: approx Dark Orchid. HEX triplet: A5, 32 and AD. RGB value is (165,50,173). Sum of RGB (Red+Green+Blue) = 165+50+173=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #A532AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A532AD is #5ACD52. Grayscale: #626262. Windows color (decimal): -5950803 or 11350693. OLE color: 11350693.

HSL color Cylindrical-coordinate representation of color #A532AD: hue angle of 296.1º 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 #A532AD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16550173-
CMYK0.050.7100.32
HSL296.1º55.16%43.73%-
HSV(B)296.1º71.1%67.84%-
XYZ24.213.340.83-
YUV98.41170.1175.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 50 (19.92% from 255) = 12.89%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=42.53%
G=12.89%
B=44.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165501730.050.7100.32296.155.1643.73
HexA532AD547020128372c
Octal2456225551070404506754
Binary101001011100101010110110110001110100000100101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A532AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A532AD; }

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

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

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

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

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

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

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

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