#A832BD

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

Shades of Dark Orchid #A832BD

Tints of Dark Orchid #A832BD

Color information

#A832BD (or 0xA832BD) is unknown color: approx Dark Orchid. HEX triplet: A8, 32 and BD. RGB value is (168,50,189). Sum of RGB (Red+Green+Blue) = 168+50+189=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #A832BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832BD is #57CD42. Grayscale: #646464. Windows color (decimal): -5754179 or 12399272. OLE color: 12399272.

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

Color convert

RGB16850189-
CMYK0.110.7400.26
HSL290.94º58.16%46.86%-
HSV(B)290.94º73.54%74.12%-
XYZ26.4714.2849.51-
YUV101.13177.59175.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 50 (19.92% from 255) = 12.29%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=41.28%
G=12.29%
B=46.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168501890.110.7400.26290.9458.1646.86
HexA832BDB4A01A1233a2f
Octal25062275131120324437257
Binary101010001100101011110110111001010011010100100011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A832BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A832BD; }

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

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

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

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

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

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

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

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