#A232AD

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

Shades of Dark Orchid #A232AD

Tints of Dark Orchid #A232AD

Color information

#A232AD (or 0xA232AD) is unknown color: approx Dark Orchid. HEX triplet: A2, 32 and AD. RGB value is (162,50,173). Sum of RGB (Red+Green+Blue) = 162+50+173=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #A232AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A232AD is #5DCD52. Grayscale: #616161. Windows color (decimal): -6147411 or 11350690. OLE color: 11350690.

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

Color convert

RGB16250173-
CMYK0.060.7100.32
HSL294.63º55.16%43.73%-
HSV(B)294.63º71.1%67.84%-
XYZ23.5812.9840.8-
YUV97.51170.61174-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 50 (19.92% from 255) = 12.99%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=42.08%
G=12.99%
B=44.94%

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
Decimal162501730.060.7100.32294.6355.1643.73
HexA232AD647020127372c
Octal2426225561070404476754
Binary101000101100101010110111010001110100000100100111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A232AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A232AD; }

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

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

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

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

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

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

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

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