#A632D8

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

Shades of Dark Orchid #A632D8

Tints of Dark Orchid #A632D8

Color information

#A632D8 (or 0xA632D8) is unknown color: approx Dark Orchid. HEX triplet: A6, 32 and D8. RGB value is (166,50,216). Sum of RGB (Red+Green+Blue) = 166+50+216=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #A632D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632D8 is #59CD27. Grayscale: #676767. Windows color (decimal): -5885224 or 14168742. OLE color: 14168742.

HSL color Cylindrical-coordinate representation of color #A632D8: hue angle of 281.93º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A632D8 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16650216-
CMYK0.230.7700.15
HSL281.93º68.03%52.16%-
HSV(B)281.93º76.85%84.71%-
XYZ29.2615.3566.39-
YUV103.61191.43172.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 50 (19.92% from 255) = 11.57%
BLUE value IS 216 (84.77% from 255) = 50%
R=38.43%
G=11.57%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal166502160.230.7700.15281.9368.0352.16
HexA632D8174D0F11a4434
Octal246623302711501743210464
Binary1010011011001011011000101111001101011111000110101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A632D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A632D8; }

 p { color: rgb(166,50,216); }

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

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

 a { background-color: rgb(166,50,216); }

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

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

 span { border-color: rgb(166,50,216); }

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