#A832BE

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

Shades of Dark Orchid #A832BE

Tints of Dark Orchid #A832BE

Color information

#A832BE (or 0xA832BE) is unknown color: approx Dark Orchid. HEX triplet: A8, 32 and BE. RGB value is (168,50,190). Sum of RGB (Red+Green+Blue) = 168+50+190=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #A832BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832BE is #57CD41. Grayscale: #646464. Windows color (decimal): -5754178 or 12464808. OLE color: 12464808.

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

Color convert

RGB16850190-
CMYK0.120.7400.25
HSL290.57º58.33%47.06%-
HSV(B)290.57º73.68%74.51%-
XYZ26.5814.3250.08-
YUV101.24178.09175.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 50 (19.92% from 255) = 12.25%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=41.18%
G=12.25%
B=46.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168501900.120.7400.25290.5758.3347.06
HexA832BEC4A0191233a2f
Octal25062276141120314437257
Binary101010001100101011111011001001010011001100100011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A832BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A832BE; }

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

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

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

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

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

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

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

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