#A432AD

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

Shades of Dark Orchid #A432AD

Tints of Dark Orchid #A432AD

Color information

#A432AD (or 0xA432AD) is unknown color: approx Dark Orchid. HEX triplet: A4, 32 and AD. RGB value is (164,50,173). Sum of RGB (Red+Green+Blue) = 164+50+173=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #A432AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A432AD is #5BCD52. Grayscale: #616161. Windows color (decimal): -6016339 or 11350692. OLE color: 11350692.

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

Color convert

RGB16450173-
CMYK0.050.7100.32
HSL295.61º55.16%43.73%-
HSV(B)295.61º71.1%67.84%-
XYZ23.9913.1940.82-
YUV98.11170.27175-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 50 (19.92% from 255) = 12.92%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=42.38%
G=12.92%
B=44.70%

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
Decimal164501730.050.7100.32295.6155.1643.73
HexA432AD547020128372c
Octal2446225551070404506754
Binary101001001100101010110110110001110100000100101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A432AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A432AD; }

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

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

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

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

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

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

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

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