#A82BAC

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

Shades of Dark Orchid #A82BAC

Tints of Dark Orchid #A82BAC

Color information

#A82BAC (or 0xA82BAC) is unknown color: approx Dark Orchid. HEX triplet: A8, 2B and AC. RGB value is (168,43,172). Sum of RGB (Red+Green+Blue) = 168+43+172=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #A82BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82BAC is #57D453. Grayscale: #5E5E5E. Windows color (decimal): -5755988 or 11283368. OLE color: 11283368.

HSL color Cylindrical-coordinate representation of color #A82BAC: hue angle of 298.14º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82BAC is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16843172-
CMYK0.020.7500.33
HSL298.14º60%42.16%-
HSV(B)298.14º75%67.45%-
XYZ24.4613.0340.26-
YUV95.08171.41180.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 43 (17.19% from 255) = 11.23%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=43.86%
G=11.23%
B=44.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168431720.020.7500.33298.146042.16
HexA82BAC24B02112a3c2a
Octal2505325421130414527452
Binary10101000101011101011001010010110100001100101010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82BAC; }

 p { color: rgb(168,43,172); }

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

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

 a { background-color: rgb(168,43,172); }

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

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

 span { border-color: rgb(168,43,172); }

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