#A132DC

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

Shades of Dark Orchid #A132DC

Tints of Dark Orchid #A132DC

Color information

#A132DC (or 0xA132DC) is unknown color: approx Dark Orchid. HEX triplet: A1, 32 and DC. RGB value is (161,50,220). Sum of RGB (Red+Green+Blue) = 161+50+220=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #A132DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132DC is #5ECD23. Grayscale: #666666. Windows color (decimal): -6212900 or 14430881. OLE color: 14430881.

HSL color Cylindrical-coordinate representation of color #A132DC: hue angle of 279.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A132DC is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16150220-
CMYK0.270.7700.14
HSL279.18º70.83%52.94%-
HSV(B)279.18º77.27%86.27%-
XYZ28.7615.0369.09-
YUV102.57194.27169.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 50 (19.92% from 255) = 11.60%
BLUE value IS 220 (86.33% from 255) = 51.04%
R=37.35%
G=11.60%
B=51.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal161502200.270.7700.14279.1870.8352.94
HexA132DC1B4D0E1174735
Octal241623343311501642710765
Binary1010000111001011011100110111001101011101000101111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A132DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A132DC; }

 p { color: rgb(161,50,220); }

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

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

 a { background-color: rgb(161,50,220); }

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

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

 span { border-color: rgb(161,50,220); }

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