#A82CBA

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

Shades of Dark Orchid #A82CBA

Tints of Dark Orchid #A82CBA

Color information

#A82CBA (or 0xA82CBA) is unknown color: approx Dark Orchid. HEX triplet: A8, 2C and BA. RGB value is (168,44,186). Sum of RGB (Red+Green+Blue) = 168+44+186=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #A82CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CBA is #57D345. Grayscale: #606060. Windows color (decimal): -5755718 or 12201128. OLE color: 12201128.

HSL color Cylindrical-coordinate representation of color #A82CBA: hue angle of 292.39º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82CBA is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16844186-
CMYK0.100.7600.27
HSL292.39º61.74%45.1%-
HSV(B)292.39º76.34%72.94%-
XYZ25.9113.6747.73-
YUV97.26178.08178.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 44 (17.58% from 255) = 11.06%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=42.21%
G=11.06%
B=46.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168441860.100.7600.27292.3961.7445.1
HexA82CBAA4C01B1243e2d
Octal25054272121140334447655
Binary101010001011001011101010101001100011011100100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82CBA; }

 p { color: rgb(168,44,186); }

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

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

 a { background-color: rgb(168,44,186); }

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

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

 span { border-color: rgb(168,44,186); }

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