#A732AD

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

Shades of Dark Orchid #A732AD

Tints of Dark Orchid #A732AD

Color information

#A732AD (or 0xA732AD) is unknown color: approx Dark Orchid. HEX triplet: A7, 32 and AD. RGB value is (167,50,173). Sum of RGB (Red+Green+Blue) = 167+50+173=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #A732AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A732AD is #58CD52. Grayscale: #626262. Windows color (decimal): -5819731 or 11350695. OLE color: 11350695.

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

Color convert

RGB16750173-
CMYK0.030.7100.32
HSL297.07º55.16%43.73%-
HSV(B)297.07º71.1%67.84%-
XYZ24.6213.5140.85-
YUV99169.76176.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 50 (19.92% from 255) = 12.82%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=42.82%
G=12.82%
B=44.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167501730.030.7100.32297.0755.1643.73
HexA732AD347020129372c
Octal2476225531070404516754
Binary10100111110010101011011110001110100000100101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A732AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A732AD; }

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

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

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

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

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

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

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

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