#A832AD

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

Shades of Dark Orchid #A832AD

Tints of Dark Orchid #A832AD

Color information

#A832AD (or 0xA832AD) is unknown color: approx Dark Orchid. HEX triplet: A8, 32 and AD. RGB value is (168,50,173). Sum of RGB (Red+Green+Blue) = 168+50+173=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #A832AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A832AD is #57CD52. Grayscale: #626262. Windows color (decimal): -5754195 or 11350696. OLE color: 11350696.

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

Color convert

RGB16850173-
CMYK0.030.7100.32
HSL297.56º55.16%43.73%-
HSV(B)297.56º71.1%67.84%-
XYZ24.8313.6240.86-
YUV99.3169.59177-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 50 (19.92% from 255) = 12.79%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=42.97%
G=12.79%
B=44.25%

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
Decimal168501730.030.7100.32297.5655.1643.73
HexA832AD34702012a372c
Octal2506225531070404526754
Binary10101000110010101011011110001110100000100101010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A832AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A832AD; }

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

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

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

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

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

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

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

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