#A332AD

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

Shades of Dark Orchid #A332AD

Tints of Dark Orchid #A332AD

Color information

#A332AD (or 0xA332AD) is unknown color: approx Dark Orchid. HEX triplet: A3, 32 and AD. RGB value is (163,50,173). Sum of RGB (Red+Green+Blue) = 163+50+173=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #A332AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A332AD is #5CCD52. Grayscale: #616161. Windows color (decimal): -6081875 or 11350691. OLE color: 11350691.

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

Color convert

RGB16350173-
CMYK0.060.7100.32
HSL295.12º55.16%43.73%-
HSV(B)295.12º71.1%67.84%-
XYZ23.7913.0840.81-
YUV97.81170.44174.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 50 (19.92% from 255) = 12.95%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=42.23%
G=12.95%
B=44.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163501730.060.7100.32295.1255.1643.73
HexA332AD647020127372c
Octal2436225561070404476754
Binary101000111100101010110111010001110100000100100111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A332AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A332AD; }

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

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

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

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

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

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

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

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