#A832BC

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

Shades of Dark Orchid #A832BC

Tints of Dark Orchid #A832BC

Color information

#A832BC (or 0xA832BC) is unknown color: approx Dark Orchid. HEX triplet: A8, 32 and BC. RGB value is (168,50,188). Sum of RGB (Red+Green+Blue) = 168+50+188=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #A832BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832BC is #57CD43. Grayscale: #646464. Windows color (decimal): -5754180 or 12333736. OLE color: 12333736.

HSL color Cylindrical-coordinate representation of color #A832BC: hue angle of 291.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A832BC is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16850188-
CMYK0.110.7300.26
HSL291.3º57.98%46.67%-
HSV(B)291.3º73.4%73.73%-
XYZ26.3714.2448.94-
YUV101.01177.09175.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 50 (19.92% from 255) = 12.32%
BLUE value IS 188 (73.83% from 255) = 46.31%
R=41.38%
G=12.32%
B=46.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168501880.110.7300.26291.357.9846.67
HexA832BCB4901A1233a2f
Octal25062274131110324437257
Binary101010001100101011110010111001001011010100100011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A832BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A832BC; }

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

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

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

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

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

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

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

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